From e3f948d6d6db149fc3ba2626a1f6cd1d4871bfa5 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 5 Feb 2022 18:57:06 +1030 Subject: [PATCH] readme updates --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91cffd1..2fc6963 100644 --- a/README.md +++ b/README.md @@ -79,14 +79,16 @@ If you want to install directly from this repository, you can run: $ pip install -r requirements.txt $ pip install -e . ``` +(Note - this has some issues relating to setuptools currently... use pip) ### Updating -If you have installed horusdemodlib via pypi, then you can simply run: +If you have installed horusdemodlib via pypi, then you can run (from within your venv, if you are using one): ``` $ pip install -U horusdemodlib ``` This will also install any new dependencies. + If you have installed 'directly', then you will need to run: ``` $ git stash @@ -94,6 +96,7 @@ $ git pull $ pip install -r requirements.txt $ pip install -e . ``` +(Note - this has some issues relating to setuptools currently... use pip) ## Further Reading