mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
docs: pip installation instructions changed.
This commit is contained in:
parent
bf25ecf2ee
commit
e73e393695
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
## Installation
|
||||
Install the most recent release using pip and [pypi](https://pypi.org/project/pyerrors/):
|
||||
```bash
|
||||
pip install pyerrors # Fresh install
|
||||
pip install -U pyerrors # Update
|
||||
python -m pip install pyerrors # Fresh install
|
||||
python -m pip install -U pyerrors # Update
|
||||
```
|
||||
Install the most recent release using conda and [conda-forge](https://anaconda.org/conda-forge/pyerrors):
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue