Skip to content
Snippets Groups Projects
Commit e8ba4959 authored by dadjavon's avatar dadjavon
Browse files

Include pip upgrade in INSTALL.md

Closes #16
parent 671cdb18
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ Tested on: Mac OSX Mojave ...@@ -4,6 +4,7 @@ Tested on: Mac OSX Mojave
## Requirements ## Requirements
We strongly recommend installing within a python environment as there are many dependencies that you may not want polluting your regular python environment. 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: An environment can be created with using the conda package manager:
...@@ -24,6 +25,11 @@ Deactivate using ...@@ -24,6 +25,11 @@ Deactivate using
$ deactivate $ 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 ## Pipeline installation
Once you have created your local environment, run: Once you have created your local environment, run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment