mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
Add python3.11-venv package to Ubuntu instructions (#16533)
This commit is contained in:
parent
3064b21e23
commit
6d664438ba
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ If your system is very new, you need to install python3.11 or python3.10:
|
|||
# Ubuntu 24.04
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
sudo apt update
|
||||
sudo apt install python3.11
|
||||
sudo apt install python3.11 python3.11-venv
|
||||
|
||||
# Manjaro/Arch
|
||||
sudo pacman -S yay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue