mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01: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
|
@ -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).
|
||||
|
|
|
@ -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
Reference in a new issue