Skip to content

Commit

Permalink
minor fix to the Flask example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikjak committed Jan 5, 2025
1 parent 1d179be commit 9c9a9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/flask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tato složka obsahuje jednoduchý příklad použití knihovny s web frameworkem

```sh
python -m venv venv
./venv/bin/pip install -r requirements
./venv/bin/pip install -r requirements.txt
./venv/bin/python run.py
```

Expand Down

0 comments on commit 9c9a9ad

Please sign in to comment.