Skip to main content

Install Python

The first step in setting up your PC environment is to install Python.

  1. Download Python 3.11.9 from the official Python website.

  2. Run the installer.

  3. During installation, make sure to select "Add Python to PATH". This is very important for the proper functioning of Candy Bot.

Add Python to PATH

  1. Complete the installation process.

  2. To verify the installation, open Command Prompt and type:

    python

    If Python is installed correctly, you should see the Python version and command prompt.

  3. Exit the Python prompt by typing:

    exit()

Now that Python is installed, let's move on to setting up NVIDIA components.