Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2023-07-17 14:34:55 +00:00
commit 2f1b3e815d

View file

@ -37,8 +37,9 @@ conda update -c conda-forge pyerrors # Update
``` ```
Install the current `develop` version: Install the current `develop` version:
```bash ```bash
python -m pip install git+https://github.com/fjosw/pyerrors.git@develop python -m pip install -U --no-deps --force-reinstall git+https://github.com/fjosw/pyerrors.git@develop
``` ```
(Also works for any feature branch).
## Basic example ## Basic example