We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776f026 commit a557ee4Copy full SHA for a557ee4
README.md
@@ -8,17 +8,17 @@ notebooks.
8
Installation
9
============
10
11
-Installation is easy, provided you have `git` and `pip` set up:
+Installation is easy:
12
13
- pip install git+http://github.com/chebee7i/nxpd/#egg=nxpd
+ pip install nxpd
14
15
-If you want to do this manually, clone this repository:
+Alternatively, you can use `git`:
16
17
git clone https://github.com/chebee7i/nxpd
18
19
-Then, move into the `nxpd` directory and install the package with `pip`.
+Then, move into the `nxpd` directory and install the old fashioned way:
20
21
- pip install .
+ python setup.py install
22
23
Usage
24
=====
0 commit comments