- Installing on windows
- Installing on linux
The first thing we want to do i navigate to python.org
Then we can hover over the downloads tab and click the download button, this will give you the latest release
After saving and running the file it is important to add python to path, otherwise we can't run it using the terminal
To check if you got it installed correctly you want to press win
+ r
to open the run box, in it type cmd
and press enter.
Then we can type python --version
and make sure it sais the exact version we chose to install.
Ff it sais something like Python 2.6
its because your might have multiple instances of python installed, instead try python3 --version
or python3.x --version
.
Those are the commands you want to use in the futre for running scripts.
On arch you can install python using the pacman package manager, you want to install this package for the latest release