mirror of https://github.com/aliasrobotics/cai.git
Update README.md to add note on installing python3.12-venv
This commit is contained in:
parent
5376aaf200
commit
697ded2c33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue