This commit is contained in:
2025-08-27 00:05:30 +03:00
parent a5c4a0db3c
commit 8a3a4927b7

View File

@ -0,0 +1,17 @@
# SteamPozor
Install poetry
```bash
pipx install poetry
```
Setup project
```bash
poetry install
```
Run
```bash
poetry run python steampozor/main.py
```