2022-05-20 11:07:03 +01:00
|
|
|
[](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/examples.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/docs.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](https://mybinder.org/v2/gh/fjosw/pyerrors/HEAD?labpath=examples)
|
2020-10-13 16:53:00 +02:00
|
|
|
# pyerrors
|
2021-10-15 12:29:58 +01:00
|
|
|
`pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data.
|
2020-10-13 16:53:00 +02:00
|
|
|
|
2021-11-07 21:03:08 +00:00
|
|
|
- **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html
|
2022-01-06 12:16:36 +01:00
|
|
|
- **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples
|
2021-11-07 21:03:08 +00:00
|
|
|
- **Contributing:** https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md
|
2021-11-07 21:17:06 +00:00
|
|
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
2020-10-13 16:53:00 +02:00
|
|
|
|
|
|
|
## Installation
|
2022-05-19 10:43:11 +01:00
|
|
|
To install the most recent release run
|
2020-10-13 16:53:00 +02:00
|
|
|
```bash
|
2022-05-19 10:43:11 +01:00
|
|
|
pip install pyerrors # Fresh install
|
|
|
|
pip install -U pyerrors # Upgrade
|
2021-10-23 17:02:50 +01:00
|
|
|
```
|
2022-05-19 10:43:11 +01:00
|
|
|
to install the current `develop` version run
|
2021-10-23 17:02:50 +01:00
|
|
|
```bash
|
2022-05-19 10:43:11 +01:00
|
|
|
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
2020-10-13 16:53:00 +02:00
|
|
|
```
|