Note that pip gets automatically installed when you install python – nothing extra is required. Install PIP (hint: it’s already installed) It also installs and pip.exe to C:\Program Files\Python35\Scripts.Īdd C:\Program Files\Python35 and C:\Program Files\Python35\Scripts to your PATH then you should be able to run python and pip immediately. This installs python to C:\Program Files\Python35.
Assuming you’ve installed Chocolatey already, run as administrator: choco install -y python I used Chocolatey to install Python package (currently v3.5.1). The recommeded route is via Anaconda but I like to use Chocolatey the Windows package manager as much as possible. This is a quick post (and will probably be outdated quickly), but it took me a while to get it correct.