1
0
Fork 0

Tk dep for GUI

spacecruft
Jeff Moe 2022-07-31 19:28:25 -06:00
parent 510e35fceb
commit 944f31a437
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ This is a python port of STRF (https://github.com/cbassa/strf), but will include
Install package dependencies:
```
sudo apt install python3-virtualenv python3-pip
sudo apt install python3-virtualenv python3-pip python3-tk
```
Optionally, set up python virtual environment: