Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 13, 2016
1 parent 073a82e commit 1028e87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Unix: [![Unix Build Status](https://img.shields.io/travis/jacebrowning/verchew/d

# Overview

This is an embeddable Python script to check the versions of your system dependencies.
Verchew is an embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is a Python interpreter, available on macOS and most linux-based operating systems.

# Setup

Expand All @@ -28,10 +28,8 @@ $ python setup.py install

# Usage

After installation, the package can imported:
After installation, the program is available on the command line:

```sh
$ python
>>> import verchew
>>> verchew.__version__
$ verchew --help
```

0 comments on commit 1028e87

Please sign in to comment.