installing python packages behind proxy server 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