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
|
@ -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 install -c conda-forge pyerrors # Fresh install
|
||||||
conda update -c conda-forge pyerrors # Update
|
conda update -c conda-forge pyerrors # Update
|
||||||
```
|
```
|
||||||
Install the current `develop` version:
|
|
||||||
```bash
|
|
||||||
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
## 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).
|
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 install -c conda-forge pyerrors # Fresh install
|
||||||
conda update -c conda-forge pyerrors # Update
|
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
|
## Basic example
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue