Update readme.md
This commit is contained in:
parent
d3df725c2c
commit
b494cd0a71
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue