Installation instructions updated

This commit is contained in:
Fabian Joswig 2021-10-15 12:23:42 +01:00
parent c169da5501
commit 6ce591dda5

View file

@ -16,9 +16,9 @@ There exist similar implementations of gamma method error analysis suites in
- [Python 3](https://github.com/mbruno46/pyobs)
## Installation
Install the package for the local user:
To install the current `develop` version of `pyerrors` run
```bash
pip install . --user
pip install git+https://github.com/fjosw/pyerrors.git
```
## Usage