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