Skip to content

Commit db92373

Browse files
author
Dominick Leppich
committed
docs: python venv installation fix
1 parent f9eebe9 commit db92373

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/de/migration.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Erstellen Sie zunächst eine virtuelle Python-Umgebung, aktivieren Sie diese und
1111
```bash
1212
python3 -m venv vmenv
1313
. vmenv/bin/activate
14+
pip install wheel # This needs to be done beforehand as a separate call
1415
pip install requests mysql-connector-python==8.4.0 alive_progress lxml
1516
```
1617

docs/en/migration.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ First, create a virtual Python environment, activate it and install all required
1111
```bash
1212
python -m venv vmenv
1313
. vmenv/bin/activate
14+
pip install wheel # This needs to be done beforehand as a separate call
1415
pip install requests mysql-connector-python==8.4.0 alive_progress lxml
1516
```
1617

0 commit comments

Comments
 (0)