mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
docs: installation info also added to start page of the documentation.
This commit is contained in:
parent
34981b6102
commit
a2a64146b0
1 changed files with 13 additions and 0 deletions
|
@ -23,6 +23,19 @@ where applicable.
|
|||
|
||||
There exist similar publicly available implementations of gamma method error analysis suites in [Fortran](https://gitlab.ift.uam-csic.es/alberto/aderrors), [Julia](https://gitlab.ift.uam-csic.es/alberto/aderrors.jl) and [Python](https://github.com/mbruno46/pyobs).
|
||||
|
||||
## 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
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
## Basic example
|
||||
|
||||
```python
|
||||
|
|
Loading…
Add table
Reference in a new issue