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