docs: instruction for installing develop branch updated.

This commit is contained in:
Fabian Joswig 2023-07-17 15:34:25 +01:00
parent bf1c762148
commit ad188acec4
No known key found for this signature in database

View file

@ -37,8 +37,9 @@ conda update -c conda-forge pyerrors # Update
```
Install the current `develop` version:
```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