We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d179be commit 9c9a9adCopy full SHA for 9c9a9ad
example/flask/README.md
@@ -4,7 +4,7 @@ Tato složka obsahuje jednoduchý příklad použití knihovny s web frameworkem
4
5
```sh
6
python -m venv venv
7
-./venv/bin/pip install -r requirements
+./venv/bin/pip install -r requirements.txt
8
./venv/bin/python run.py
9
```
10
0 commit comments