Skip to main content

Prerequisites

Python

First of all, check if you have Python 3.10 already installed by running python --version in the terminal. You can open the terminal on Windows by typing 'CMD' in your Windows search.

It returns something like 'Python 3.10.x'
You've already set up Python, good job! You can skip to the next section.
It returns something like 'Python 3.9.x' or 'Python 3.11.x'
Unfortunately you have a wrong version of Python installed. You can either update or downgrade your Python version to 3.10. Here is a short video on how to update Python.
It can't find Python
If it says something like this, then you need to install Python:
'python' is not recognized as an internal or external command,
operable program or batch file.
python: command not found

Read further on this page because we're going to install Python now.

Installing python on Windows

The easiest way to install Python on Windows is to use the Microsoft Store. You can find it here.

If your Microsoft Store does not work, you can download Python from the Python website.

When you install Python this way, you will see a checkbox at the bottom which says Add Python 3.10.x to PATH. Make sure you check this box. It is extremely crucial!

Once you're finished
You can check if Python is installed by running python --version in the terminal. You can open the terminal on Windows by typing 'CMD' in your Windows search. If it returns something like 'Python 3.10.x', you're good to go! You can now go to the next section.

image

Installing python on MacOS

The easiest way to install Python 3.10 on MacOS is to use the Installer for Python.