Page cover

Python

Installing Python

Click the link below and ensure you install Python 3.11. If you encounter any issues, you can try installing Python 3.10 instead.

CLICK ME

Python Installation

Python Setup

Once you’ve downloaded Python from the official website, make sure to select "Add to PATH" during installation. This step is crucial for ensuring that Python works correctly from the command line.

After completing the installation, open CMD and run the following command:

pip install requests flask opencv-python numpy mss termcolor cryptography psutil keyboard pyarmor pywin32

MAKE SURE PIP IS WORKING

How to check?

  1. Open CMD

  2. Type PIP

  3. If it shows like this then its installed

Last updated

Was this helpful?