Skip to content

How to install Python

DeadBread76 edited this page Jul 31, 2019 · 6 revisions

To install python, you need to go to this page and scroll down to find the download links.

If you are on windows, select "Windows x86-64 executable installer"

If you are on linux, run sudo apt install python3 (Ubuntu and Debian) or the equivalent to the linux distro you are using.

Then run the .exe file you just downloaded. Make sure to select add to path when installing python.