time-to-botec/squigglepy/notes-installation.md

9 lines
211 B
Markdown
Raw Normal View History

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.