Skip to content

Commit 8371c75

Browse files
authored
add pypi install to the docs (#52)
1 parent d99b200 commit 8371c75

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/intro.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ https://github.com/python-hydro/ppmpy
1111

1212
## Installation
1313

14-
From the root `ppmpy/` directory, do:
14+
### 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:
1525

1626
```
1727
pip install .

0 commit comments

Comments
 (0)