We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc2130 commit 05e5f54Copy full SHA for 05e5f54
1 file changed
README.md
@@ -1,4 +1,6 @@
1
[](https://doi.org/10.5281/zenodo.13356324)
2
+[](https://pypi.org/project/ppmpy)
3
+[](https://github.com/python-hydro/ppmpy/actions/workflows/pytest-all.yml)
4
5
# PPMpy
6
@@ -7,11 +9,19 @@ visualization of the steps in mind.
7
9
8
10
## Installation
11
12
+From PyPI:
13
+
14
```
-pip install .
15
+pip install ppmpy
16
17
18
+From source:
19
20
+```
21
+pip install .
22
23
24
## Running
25
-see the examples in `ppmpy/examples/`
26
+See the documentation at: https://python-hydro.github.io/ppmpy/intro.html
27
+for usage examples.
0 commit comments