This document includes ways to install the necessary Python packages for the workshop. We advise to follow the preferred instructions provided here: https://github.com/gw-odw/odw-2019/master/setup.md as those alternative methods will be likely deprecated in the future. We give them here for completeness.
- Create a new environment
python -m virtualenv gw-odw2
- Activate the environment
source gw-odw2/bin/activate
- Install the support for Ipython notebooks
(gw-odw2) $ pip install ipykernel
- [optional -- if old Python install] Upgrade your setup tools
pip install pip setuptools --upgrade
- Get the software requirements
wget -q https://raw.githubusercontent.com/gw-odw/odw-2019/master/requirements.txt -O requirements.txt
- Install the software
pip install -r ./requirements.txt
- Create the Jupyter kernel
ipython kernel install --user --name=gw-odw2