mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
docs: conda-forge installation added to README.
This commit is contained in:
parent
a1d6b95e9a
commit
34981b6102
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -7,12 +7,17 @@
|
||||||
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
To install the most recent release (via [pypi](https://pypi.org/project/pyerrors/)) run
|
Install the most recent release using pip and [pypi](https://pypi.org/project/pyerrors/):
|
||||||
```bash
|
```bash
|
||||||
pip install pyerrors # Fresh install
|
pip install pyerrors # Fresh install
|
||||||
pip install -U pyerrors # Upgrade
|
pip install -U pyerrors # Update
|
||||||
```
|
```
|
||||||
to install the current `develop` version run
|
Install the most recent release using conda and [conda-forge](https://anaconda.org/conda-forge/pyerrors):
|
||||||
|
```bash
|
||||||
|
conda install -c conda-forge pyerrors # Fresh install
|
||||||
|
conda update -c conda-forge pyerrors # Update
|
||||||
|
```
|
||||||
|
Install the current `develop` version:
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue