Skip to content

Commit 9c9a9ad

Browse files
committed
minor fix to the Flask example README.md
1 parent 1d179be commit 9c9a9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/flask/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tato složka obsahuje jednoduchý příklad použití knihovny s web frameworkem
44

55
```sh
66
python -m venv venv
7-
./venv/bin/pip install -r requirements
7+
./venv/bin/pip install -r requirements.txt
88
./venv/bin/python run.py
99
```
1010

0 commit comments

Comments
 (0)