From 6ce591dda5d0ee2371cf0dda6dd4756cd8fd9218 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 15 Oct 2021 12:23:42 +0100 Subject: [PATCH] Installation instructions updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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