mirror of
https://gitflic.ru/project/maks1ms/ocab.git
synced 2025-03-21 01:43:43 +03:00
9 lines
116 B
Markdown
9 lines
116 B
Markdown
Ставим poetry:
|
|
```bash
|
|
pip install poetry
|
|
```
|
|
|
|
Ставим зависимости:
|
|
```bash
|
|
poetry install
|
|
``` |