DenchiSoft / VTubeStudio

VTube Studio API Development Page
MIT License
850 stars 79 forks source link

Update install wiki for Ubuntu 24.04 #83

Closed XargonWan closed 2 months ago

XargonWan commented 2 months ago

Greetings, there are the equivalent commands for Ubuntu 24.04 to set up the python env:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt-get install python3.9-distutils
python3.9 -m pip install tomli
virtualenv -p python3.9 env
DenchiSoft commented 2 months ago

Thanks a lot, I've added this to the page!