9 lines
211 B
Markdown
9 lines
211 B
Markdown
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.
|