0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2025-01-11 09:18:11 +03:00
ocab/how-to install deps.md

9 lines
116 B
Markdown
Raw Normal View History

Ставим poetry:
```bash
pip install poetry
```
Ставим зависимости:
```bash
poetry install
```