Install Package

Example, install tensorflow with PIP

C:\WinPython-3.5.2.3\scripts>pip install tensorflow 

or

C:\WinPython-3.5.2.3\scripts>pip install tensorflow --proxy proxy_url:proxy_port if a proxy is needed

Install a particular version

pip install -v xgboost==0.82