Update README.md to add note on installing python3.12-venv

This commit is contained in:
aFrogThatExists 2025-09-10 20:26:14 +02:00 committed by GitHub
parent 5376aaf200
commit 697ded2c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ cai # first launch it can take up to 30 seconds
```
### Ubuntu 24.04
*Note: If you get a `Unable to locate package python3.12-venv` you might need to install python3.12 from source.*
```bash
sudo apt-get update && \
sudo apt-get install -y git python3-pip python3.12-venv