Skip to content

Commit a557ee4

Browse files
committed
Update README to use PyPI.
1 parent 776f026 commit a557ee4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ notebooks.
88
Installation
99
============
1010

11-
Installation is easy, provided you have `git` and `pip` set up:
11+
Installation is easy:
1212

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

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

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

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

21-
pip install .
21+
python setup.py install
2222

2323
Usage
2424
=====

0 commit comments

Comments
 (0)