11 lines
256 B
Markdown
11 lines
256 B
Markdown
For requirements, see [requirements.txt](requirements.txt)
|
|
|
|
On linux, you need to install `tkinter` with
|
|
```
|
|
$ sudo apt-get install python3-tk
|
|
```
|
|
|
|
If you're having issues with matplotlib, install with apt
|
|
```
|
|
$ sudo apt-get install python3-matplotlib
|
|
```
|