We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99b200 commit 8371c75Copy full SHA for 8371c75
1 file changed
docs/intro.md
@@ -11,7 +11,17 @@ https://github.com/python-hydro/ppmpy
11
12
## Installation
13
14
-From the root `ppmpy/` directory, do:
+### PyPI
15
+
16
+PPMpy is available on PyPI and can be installed as:
17
18
+```
19
+pip install ppmpy
20
21
22
+### Source installation
23
24
+To install from source, in the root `ppmpy/` directory, do:
25
26
```
27
pip install .
0 commit comments