Skip to content

Commit

Permalink
docs: python venv installation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Nov 25, 2024
1 parent f9eebe9 commit db92373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/de/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Erstellen Sie zunächst eine virtuelle Python-Umgebung, aktivieren Sie diese und
```bash
python3 -m venv vmenv
. vmenv/bin/activate
pip install wheel # This needs to be done beforehand as a separate call
pip install requests mysql-connector-python==8.4.0 alive_progress lxml
```

Expand Down
1 change: 1 addition & 0 deletions docs/en/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ First, create a virtual Python environment, activate it and install all required
```bash
python -m venv vmenv
. vmenv/bin/activate
pip install wheel # This needs to be done beforehand as a separate call
pip install requests mysql-connector-python==8.4.0 alive_progress lxml
```

Expand Down

0 comments on commit db92373

Please sign in to comment.