1
Fork 0
mpu6050/viz/README.md
2019-04-17 10:49:52 +02:00

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
```