Skip to content

Commit e8b4f53

Browse files
committed
udpate readme for uv
1 parent 4364320 commit e8b4f53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ The program consists of several classes that interact with each other. The main
7070
You can find details on the remaining classes in [`docs`](/docs) directory.
7171

7272
### How to run it
73-
You can run it manualy with pip and `requirements.txt`, but we recomended use `poetry`:
73+
One command with `uv`:
7474
```sh
75-
poetry install
76-
poetry run python -m schoolring.views
75+
uv run python schoolring/views.py
7776
```
7877

7978
### Questions | Contribute

0 commit comments

Comments
 (0)