mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
docs: README updated.
This commit is contained in:
parent
cfe6d9c835
commit
16d288e3b9
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -8,11 +8,12 @@
|
|||
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
||||
|
||||
## Installation
|
||||
To install the current `develop` version run
|
||||
To install the most recent release run
|
||||
```bash
|
||||
pip install pyerrors # Fresh install
|
||||
pip install -U pyerrors # Upgrade
|
||||
```
|
||||
to install the current `develop` version run
|
||||
```bash
|
||||
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
||||
```
|
||||
to install the most recent release run
|
||||
```bash
|
||||
pip install git+https://github.com/fjosw/pyerrors.git@master
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue