mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02: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
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
||||||
|
|
||||||
## Installation
|
## 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
|
```bash
|
||||||
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
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
Add a link
Reference in a new issue