diff --git a/INSTALL.md b/INSTALL.md index dc25c643318dba00750aeebce8985eee5d9e6c8e..6c5fca38013669b37b4e801ce4f583e3bb8ab759 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,6 +4,7 @@ Tested on: Mac OSX Mojave ## Requirements We strongly recommend installing within a python environment as there are many dependencies that you may not want polluting your regular python environment. +Make sure you are using python 3. An environment can be created with using the conda package manager: @@ -24,6 +25,11 @@ Deactivate using $ deactivate +You will also need to make sure you have a recent version of pip. +In your local environment, run: + + $ pip install --upgrade pip + ## Pipeline installation Once you have created your local environment, run: