install packages python with a proxy 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