Install Python and pip
Download and install Python 3.10+.
During installation, make sure to check the box “Add Python to PATH”.
You can verify the installation by running the following command in the terminal:
python --version
The correct responce may be next:
Python 3.10.12
Though the version may vary.