mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
docs: moved installation info for develop branch to documentation.
This commit is contained in:
parent
a2a64146b0
commit
08197efe0f
2 changed files with 4 additions and 4 deletions
|
@ -35,6 +35,10 @@ Install the most recent release using conda and [conda-forge](https://anaconda.o
|
|||
conda install -c conda-forge pyerrors # Fresh install
|
||||
conda update -c conda-forge pyerrors # Update
|
||||
```
|
||||
Install the current `develop` version:
|
||||
```bash
|
||||
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
||||
```
|
||||
|
||||
## Basic example
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue