Skip to content

Commit 5f05303

Browse files
authored
Fix typo in Python venv installation command
1 parent 06efe44 commit 5f05303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We recommend you use a [Python virtual environment](https://docs.python.org/3/li
3131

3232
Install the python3.10 venv package
3333
```
34-
sudo apt install python3.10 -m venv
34+
sudo apt install python3.10-venv
3535
```
3636

3737
Create the virtual environment

0 commit comments

Comments
 (0)