-
Notifications
You must be signed in to change notification settings - Fork 6
Step 1
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.
Now click Install Now and do not worry about Custom Installation unless you know what you are doing.
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
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.