Skip to content

Commit 6d66443

Browse files
authored
Add python3.11-venv package to Ubuntu instructions (#16533)
1 parent 3064b21 commit 6d66443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If your system is very new, you need to install python3.11 or python3.10:
133133
# Ubuntu 24.04
134134
sudo add-apt-repository ppa:deadsnakes/ppa
135135
sudo apt update
136-
sudo apt install python3.11
136+
sudo apt install python3.11 python3.11-venv
137137

138138
# Manjaro/Arch
139139
sudo pacman -S yay

0 commit comments

Comments
 (0)