Files
santaspeen.ru-blog/docs/python/install.md
Artur Akmalov 347a3dbbe3 update docs
2023-07-26 14:12:46 +05:00

21 lines
252 B
Markdown

---
sidebar_position: 1
---
# Install
## Windows
Python download and install [Python.org](https://www.python.org/downloads/)
Poetry install
```
curl -sSL https://install.python-poetry.org | python -
```
pip install
```
pip install black mypy
```