diff --git a/README.md b/README.md index e69de29..03c46e1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# SteamPozor + +Install poetry +```bash +pipx install poetry +``` + +Setup project + +```bash +poetry install +``` + +Run +```bash +poetry run python steampozor/main.py +``` \ No newline at end of file