diff --git a/README.md b/README.md index 7401d2b1..06ef30a4 100644 --- a/README.md +++ b/README.md @@ -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