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.
Thanks to the answers below combined I've got it working.
python setup.py install had to point cmd towards the correct folder. I did this by pushd C:\Users\absolutefilepathtotarunpackedfolderpython setup.py installThanks Tales Padua & Hugo Honorem