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.