Skip to content
Habchy edited this page Nov 12, 2017 · 12 revisions

#1 - Downloading Python

In order to do anything you must first have Python installed.

Please download Python 3.6.3 by visiting here.

Once you have gotten the installer please check Add Python 3.6 to PATH as show below.

Be sure to check Add Python 3.6 to PATH

Now click Install Now and do not worry about Custom Installation unless you know what you are doing:

Click install now.

Once it has finished, you can check if it has successfully installed by typing this in your command prompt:

py --version

You should get this output.

Python 3.6.3

The command prompt should look like this.

If you do not get that output from the command prompt, these could be some possible reasons why:

  • You don't have administrator access.
  • You did not install Python to PATH

Please continue to Step 2 if everything is done correctly in this step.


❓ If you are stuck on Step 1 please join the support server and ask Habchy#1665 for help.

Join our support server. Support

Clone this wiki locally