Install Python
The first step in setting up your PC environment is to install Python.
-
Download Python 3.11.9 from the official Python website.
-
Run the installer.
-
During installation, make sure to select "Add Python to PATH". This is very important for the proper functioning of Candy Bot.
-
Complete the installation process.
-
To verify the installation, open Command Prompt and type:
python
If Python is installed correctly, you should see the Python version and command prompt.
-
Exit the Python prompt by typing:
exit()
Now that Python is installed, let's move on to setting up NVIDIA components.