2021-11-07 21:18:36 +00: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/docs.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT)
|
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
|
2021-11-30 14:52:25 +00:00
|
|
|
- **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples (Do not work properly at the moment)
|
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
|
2021-11-09 12:08:50 +00:00
|
|
|
To install the current `develop` version run
|
2020-10-13 16:53:00 +02:00
|
|
|
```bash
|
2021-11-09 12:08:50 +00:00
|
|
|
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
2021-10-23 17:02:50 +01:00
|
|
|
```
|
2021-11-09 12:08:50 +00:00
|
|
|
to install the most recent release run
|
2021-10-23 17:02:50 +01:00
|
|
|
```bash
|
2021-11-09 12:08:50 +00:00
|
|
|
pip install git+https://github.com/fjosw/pyerrors.git@master
|
2020-10-13 16:53:00 +02:00
|
|
|
```
|