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