From 16d288e3b9a38b5d36f5a2af8e1769d74c3065ad Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Thu, 19 May 2022 10:43:11 +0100 Subject: [PATCH] docs: README updated. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67d59be0..e1f124ca 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ - **Bug reports:** https://github.com/fjosw/pyerrors/issues ## Installation -To install the current `develop` version run +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 ``` -to install the most recent release run -```bash -pip install git+https://github.com/fjosw/pyerrors.git@master -```