Long story short my work computer has network constraints which means trying to use pip install in cmd just leads to timing out/not finding package errors.
pip install
For those of you using python3 you can use:
python3 setup.py install