Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrasmus committed Jul 16, 2015
1 parent 5dd2e57 commit e5bc693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ARGweaver:

## Install

ARGweaver can be installed using the normal python mechanisms.
ARGweaver can be installed using any of the normal Python mechanisms.
For example, to install from [PyPI](https://pypi.python.org/pypi) you
can use [pip](https://github.com/pypa/pip) with the following command:

Expand All @@ -50,7 +50,7 @@ Alternatively, ARGweaver can be install using the `setup.py` file:
python setup.py install
```

Lastly, ARGweaver can be installed using the Makefile:
Lastly, ARGweaver can be installed using the `Makefile`:

```
make
Expand Down

0 comments on commit e5bc693

Please sign in to comment.