> For the complete documentation index, see [llms.txt](https://arditxhaferi2.gitbook.io/python-web-scrapper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arditxhaferi2.gitbook.io/python-web-scrapper/getting-started/installing-python.md).

# Installing Python

## Install Python

The installer for python can be found [here](https://www.python.org/downloads/). As a good documentation should be we will continue only using one OS and the obvious choice is Windows, besides who even uses something else :)

![Python Installer](/files/-MRbPXeEo7OnFdvkPR-3)

{% hint style="info" %}
Please don't forget to check the checkbox for adding Python to your PATH its crucial.
{% endhint %}

## Verify Python Installation

To determine whether you have Python installed:

* Open the Command Prompt window or any terminal.
* When the console window opens, type in:

```
$ python
```

{% hint style="success" %}
If the command is recognized, Python responds with its version and a list of commands.
{% endhint %}

{% hint style="danger" %}
If this command is not unrecognized, you need to reinstall Python or troubleshoot.
{% endhint %}
