Skip to content

Commit 103b620

Browse files
Rephrases pip installation in README
1 parent 6913689 commit 103b620

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ The API may still evolve, but the library is already useful for research code an
2727

2828
## Install
2929

30-
Requires Python 3.10+.
31-
32-
Once the project is published on PyPI:
30+
Requires Python 3.10+. Latest stable version is usually published on PyPI:
3331

3432
```bash
3533
python -m pip install pbcgraph
3634
```
3735

38-
Until then (or for the latest `dev` branch), install from GitHub:
36+
To install the latest version (or for the latest `dev` branch), install from GitHub:
3937

4038
```bash
4139
python -m pip install git+https://github.com/IvanChernyshov/pbcgraph.git

0 commit comments

Comments
 (0)