Skip to content
Snippets Groups Projects
Commit 1261c351 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added how to install tkinter for plotting in Python3.

parent bc8dc7f6
No related branches found
No related tags found
No related merge requests found
......@@ -701,6 +701,8 @@ Start --> Administration --> Synaptic package manager
> sudo pip install numpy # to run Python2 library installer as root
> sudo pip3 install numpy # to run Python3 library installer as root
> sudo apt-get install python3-tk # worked, now I can do: python3 test_plot.py
> sudo apt-get install pip # to install Python2 library installer
> sudo apt-get install python-matplotlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment