Skip to content

Commit ed63397

Browse files
committed
Update README.md (Python) -> add pip installation instructions
1 parent 989cf6c commit ed63397

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,19 @@ Details on installation and use are available below:
1919

2020
## PyPI (`pip`)
2121

22-
The python package is not yet on PyPI but can be installed from source using pip's [git interface](https://pip.pypa.io/en/stable/topics/vcs-support/).
23-
To proceed, you will need a working version of [git](https://git-scm.com) and python 3.8 or greater (available from several sources, one of the most
24-
straightforward being the [anaconda](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html) suite).
22+
`stochtree`'s Python package can be installed from PyPI via:
23+
24+
```
25+
pip install stochtree
26+
```
2527

2628
## Development Version (Local Build)
2729

30+
The development version of stochtree can be installed from source using pip's [git interface](https://pip.pypa.io/en/stable/topics/vcs-support/).
31+
32+
To proceed, you will need a working version of [git](https://git-scm.com) and python 3.8 or greater (available from several sources, one of the most straightforward being the [anaconda](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html) suite).
33+
34+
2835
### Quick start
2936

3037
Without worrying about virtual environments (detailed further below), `stochtree` can be installed from the command line

0 commit comments

Comments
 (0)