# Установка среды разработки

Мы установили только Python, а сейчас нужно установить программу, где мы будем писать код. Таких есть много, например VS code, Pycharm и т.д. Но мы будем использовать [PyCharm](https://www.jetbrains.com/pycharm/).&#x20;

Устанавливаем PyCharm, нюансов здесь нет. Создаем новый проект в PyCharm:

![](https://2152390560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHM0GRzs2IVbAgmYQLQVq%2Fuploads%2Fw5mrBqZ0QkBVNKM3POBJ%2Fimage.png?alt=media\&token=1107636d-ac9c-4165-8276-1524477fe9e7)

![](https://2152390560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHM0GRzs2IVbAgmYQLQVq%2Fuploads%2FYB0gE5WqaBi5NqTCwjTo%2Fimage.png?alt=media\&token=970f0200-0085-437e-99d8-aef000231a11)

У нас создался файл `main.py`

![](https://2152390560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHM0GRzs2IVbAgmYQLQVq%2Fuploads%2Fa9aeTYnp1IT4wMHhKqnw%2Fimage.png?alt=media\&token=db8e6d30-ff60-4ba0-baea-45a2e5354875)

Удаляем все из этого файла. В последующих статьях я буду писать код именно в этом файле. Запускать будем файл с помощью кнопки "Запустить":

![](https://2152390560-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHM0GRzs2IVbAgmYQLQVq%2Fuploads%2FRkTSIiKvJLGkLSO8gago%2Fimage.png?alt=media\&token=08674996-5d24-4f60-b2ad-e318487fbd47)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vanproskur.gitbook.io/fastpy/installing/ustanovka-sredy-razrabotki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
