Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1018 Bytes

INSTALLATION.md

File metadata and controls

15 lines (11 loc) · 1018 Bytes

Installation Instructions (for Windows Users)

  1. Download “Windows x86 executable installer” from https://www.python.org/downloads/release/python-362/
  2. Load installer and click “Add Python 3.6 to PATH” from main screen

Alt text

  1. Click “Customize Installation”
  2. The “Optional Features” screen will pop up. Click “Next”.
  3. The “Advanced Options” menu will pop up. Make sure “Install for all users” is chosen.
  4. Under “Customize install location”, choose the following directory: C:\Python36-32

Alt text

  1. Click "Install"
  2. 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.