diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index 58bd7d22dccf0090f87864f2266bd4a486847293..b74bbd3a32ca0092cb3dbdf5e7165cf2cc0fe0a2 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -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