Add python3.11-venv package to Ubuntu instructions

I couldn't get the install to work until I installed this package, I was seeing 
```
Error: Command '['/opt/automatic1111/stable-diffusion-webui/venv/bin/python3.11', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
```
This commit is contained in:
Jose Pablo Mora 2024-10-05 17:01:56 +01:00 committed by GitHub
parent 82a973c043
commit 2e7ecfacf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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