mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
19 lines
1.2 KiB
Markdown
19 lines
1.2 KiB
Markdown
[](https://github.com/fjosw/pyerrors/actions/workflows/flake8.yml) [](https://github.com/fjosw/pyerrors/actions/workflows/pytest.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](https://mybinder.org/v2/gh/fjosw/pyerrors/HEAD?labpath=examples)
|
|
# pyerrors
|
|
`pyerrors` is a python package for error computation and propagation of Markov chain Monte Carlo data.
|
|
|
|
- **Documentation:** https://fjosw.github.io/pyerrors/pyerrors.html
|
|
- **Examples**: https://github.com/fjosw/pyerrors/tree/develop/examples
|
|
- **Contributing:** https://github.com/fjosw/pyerrors/blob/develop/CONTRIBUTING.md
|
|
- **Bug reports:** https://github.com/fjosw/pyerrors/issues
|
|
|
|
## Installation
|
|
To install the most recent release run
|
|
```bash
|
|
pip install pyerrors # Fresh install
|
|
pip install -U pyerrors # Upgrade
|
|
```
|
|
to install the current `develop` version run
|
|
```bash
|
|
pip install git+https://github.com/fjosw/pyerrors.git@develop
|
|
```
|