17 lines
157 B
Markdown
17 lines
157 B
Markdown
# SteamPozor
|
|
|
|
Install poetry
|
|
```bash
|
|
pipx install poetry
|
|
```
|
|
|
|
Setup project
|
|
|
|
```bash
|
|
poetry install
|
|
```
|
|
|
|
Run
|
|
```bash
|
|
poetry run python steampozor/main.py
|
|
``` |