time-to-botec/squigglepy/notes-installation.md
2023-11-19 18:11:41 +00:00

211 B

Installing python 3.9 in ubuntu 20.04:

sudo add-apt-repository ppa:deadsnakes/ppa 
sudo apt install python3.9 

Why is this needed? A recent update of squigglepy restricts it to Python3.9 and upwards.