Update readme.md

This commit is contained in:
Vlastimil Novotny / Ch-last / mxnticek 2025-07-05 22:46:45 +02:00
parent d3df725c2c
commit b494cd0a71

View file

@ -66,7 +66,7 @@ The entire application is packaged into a single `main_app.py` file for simplici
```bash ```bash
python -m venv venv python -m venv venv
# On Windows # On Windows
.venvScriptsactivate .venv\Scripts\activate
# On macOS / Linux # On macOS / Linux
source venv/bin/activate source venv/bin/activate
``` ```
@ -201,7 +201,7 @@ Celá aplikace je zabalena do jediného souboru `main_app.py` pro jednoduchost,
```bash ```bash
python -m venv venv python -m venv venv
# Windows # Windows
.venvScriptsactivate .venv\Scripts\activate
# macOS / Linux # macOS / Linux
source venv/bin/activate source venv/bin/activate
``` ```