install python 3.5 on linux with 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