mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
docs: instruction for installing develop branch updated.
This commit is contained in:
parent
bf1c762148
commit
ad188acec4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue