We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4364320 commit e8b4f53Copy full SHA for e8b4f53
README.md
@@ -70,10 +70,9 @@ The program consists of several classes that interact with each other. The main
70
You can find details on the remaining classes in [`docs`](/docs) directory.
71
72
### How to run it
73
-You can run it manualy with pip and `requirements.txt`, but we recomended use `poetry`:
+One command with `uv`:
74
```sh
75
-poetry install
76
-poetry run python -m schoolring.views
+uv run python schoolring/views.py
77
```
78
79
### Questions | Contribute
0 commit comments