> For the complete documentation index, see [llms.txt](https://docs.consoleflare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.consoleflare.com/python/python-installation.md).

# Python Installation

### Install Python 3

First, check if python 3 is already installed.

Open CMD from your windows search

<figure><img src="/files/xMUdx47NDi0ScDbkPy5Z" alt=""><figcaption></figcaption></figure>

After opening CMD enter the below command

```bash
python --version
```

The above command should display a result like this:

![](/files/-MhKDdtRe778EPs1oW7q)

If the python version is not showing up and you get an error, please if double-check if python is properly installed and the python path is added to environment variables.

To install the latest python version visit the following link and download the installer.

{% embed url="<https://www.python.org/>" %}

![](/files/-MhKK2EuYWTk0C3K8Nv9)

Once downloaded, run the installer.

During the installation make sure you check the following option to add the python path to the environment variables, as shown below

<figure><img src="/files/HQHO8hl6ZIjHrHk2IUI4" alt=""><figcaption></figcaption></figure>

![](/files/cozxSeur0mpTTaRA4wmW)

> *Make sure that python is installed with "**all users**" option*

![](/files/KOa5eQP9kjcYfBnJKmc4)

Now open a new command prompt and run the following command to check the python version.

```bash
python --version
```

The output should print the python version
