Skip to content

Commit 05e5f54

Browse files
authored
add testing status badge (#50)
1 parent 2fc2130 commit 05e5f54

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13356324.svg)](https://doi.org/10.5281/zenodo.13356324)
2+
[![PyPI Version](https://img.shields.io/pypi/v/ppmpy)](https://pypi.org/project/ppmpy)
3+
[![pytest-all](https://github.com/python-hydro/ppmpy/actions/workflows/pytest-all.yml/badge.svg)](https://github.com/python-hydro/ppmpy/actions/workflows/pytest-all.yml)
24

35
# PPMpy
46

@@ -7,11 +9,19 @@ visualization of the steps in mind.
79

810
## Installation
911

12+
From PyPI:
13+
1014
```
11-
pip install .
15+
pip install ppmpy
1216
```
1317

18+
From source:
19+
20+
```
21+
pip install .
22+
```
1423

1524
## Running
1625

17-
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

Comments
 (0)