Skip to content
Charbel Habchy edited this page May 22, 2019 · 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.

Remember to install your Python to PATH! You have no idea how many times people have come for support and the issue is just that their python is not installed to PATH.

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 in the #python channel for help.

Join our support server. Support

Clone this wiki locally