mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-04-12 10:46:02 +00:00
21 lines
252 B
Markdown
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
|
|
``` |