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