Skip to content

Commit

Permalink
docs: instruction for installing develop branch updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jul 17, 2023
1 parent bf1c762 commit ad188ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyerrors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
```
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
Expand Down

0 comments on commit ad188ac

Please sign in to comment.