Skip to content

Commit

Permalink
Update README to use PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
chebee7i committed Dec 13, 2014
1 parent 776f026 commit a557ee4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ notebooks.
Installation
============

Installation is easy, provided you have `git` and `pip` set up:
Installation is easy:

pip install git+http://github.com/chebee7i/nxpd/#egg=nxpd
pip install nxpd

If you want to do this manually, clone this repository:
Alternatively, you can use `git`:

git clone https://github.com/chebee7i/nxpd

Then, move into the `nxpd` directory and install the package with `pip`.
Then, move into the `nxpd` directory and install the old fashioned way:

pip install .
python setup.py install

Usage
=====
Expand Down

0 comments on commit a557ee4

Please sign in to comment.