NOTE: Skip straight to step 6 if you have already installed python2.7.
-
Install chocolatey Run this in a cmd prompt window. Make sure to right click the icon and use "Run as administrator"
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" -
Open a new admin command prompt
-
Install python
- This step will use chocolatey to install python2 and python3 on your computer.