- Download “Windows x86 executable installer” from https://www.python.org/downloads/release/python-362/
- Load installer and click “Add Python 3.6 to PATH” from main screen
- Click “Customize Installation”
- The “Optional Features” screen will pop up. Click “Next”.
- The “Advanced Options” menu will pop up. Make sure “Install for all users” is chosen.
- Under “Customize install location”, choose the following directory: C:\Python36-32
- Click "Install"
- Once installation is finished, you can test that all is well by typing “python –version” into the command prompt. You should see a short statment that you have Python version 3.6.2 installed.