install a python package even with proxy on code example
Example: install python packages behind proxy
pip install --proxy http://user:password@proxyserver:port TwitterApi
pip install --proxy http://user:password@proxyserver:port TwitterApi