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.

If you have a different version of Python, like 3.4.x, you may need to UNNINSTAL it to ensure compatibility with your current setup.
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?
Open CMD
Type
PIP
If it shows like this then its installed

Last updated
Was this helpful?