Install Python and pip

  1. Download and install Python 3.10+.

  2. During installation, make sure to check the box “Add Python to PATH”.

  3. 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.