docs: pip installation instructions changed.

This commit is contained in:
Fabian Joswig 2023-07-10 16:12:00 +01:00
parent bf25ecf2ee
commit e73e393695
No known key found for this signature in database

View file

@ -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