- install python setup-tools
sudo apt-get install python-setuptools - download python package you want to install (example python package below)
git clone https://github.com/numpy/numpy - within the python package folder there should be a file named setup.py, execute command below
sudo python setup.py install