docs: moved installation info for develop branch to documentation.

This commit is contained in:
Fabian Joswig 2023-03-13 13:30:43 +00:00
parent a2a64146b0
commit 08197efe0f
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -17,10 +17,6 @@ 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
```
## Contributing
We appreciate all contributions to the code, the documentation and the examples. If you want to get involved please have a look at our [contribution guideline](https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md).

View file

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