mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02: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
|
## Installation
|
||||||
Install the most recent release using pip and [pypi](https://pypi.org/project/pyerrors/):
|
Install the most recent release using pip and [pypi](https://pypi.org/project/pyerrors/):
|
||||||
```bash
|
```bash
|
||||||
pip install pyerrors # Fresh install
|
python -m pip install pyerrors # Fresh install
|
||||||
pip install -U pyerrors # Update
|
python -m pip install -U pyerrors # Update
|
||||||
```
|
```
|
||||||
Install the most recent release using conda and [conda-forge](https://anaconda.org/conda-forge/pyerrors):
|
Install the most recent release using conda and [conda-forge](https://anaconda.org/conda-forge/pyerrors):
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue