Pasang modul python tanpa pip

1. Download the package
2. unzip it if it is zipped
3. cd into the directory containing setup.py
4. If there are any installation instructions contained in documentation, read and follow the instructions OTHERWISE
5. type in python setup.py install

To bypass the need for administrator privileges during 
step 5 above you may be able to make use of the --user flag. 
This way you can install the package only for the current user.
mathiasgodwin