Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2023-03-13 13:31:26 +00:00
commit 7c18d3e3ef
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 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).

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