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: