Skip to content

Commit

Permalink
Update dev-install.md
Browse files Browse the repository at this point in the history
Use 'python' instead of 'python3'.
'python3' is python3.6 
'python' is python3.11
  • Loading branch information
UrszulaNeuman authored Dec 17, 2024
1 parent 2d76110 commit 0f044e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/dev-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can choose to either develop on the host machine using a `venv` (which requi

:::{tab-item} Local virtualenv
```
python3 -m venv venv
python -m venv venv
source venv/bin/activate
pip install -e '.[dev]'
```
Expand Down

0 comments on commit 0f044e1

Please sign in to comment.