From 6ca2d43bd931f69d796a53fa73d8392c79689df8 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Fri, 17 Jun 2022 09:57:52 +0200
Subject: [PATCH] Added pip3 for matplotlib.

---
 doc/erko_howto_tools.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index d1c94799bc..3870bca56c 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -883,6 +883,7 @@ Start --> Administration --> Synaptic package manager
 > sudo -s   # to become root
 > sudo pip install numpy      # to run Python2 library installer as root
 > sudo pip3 install numpy     # to run Python3 library installer as root
+> sudo pip3 install matplotlib
 
 > sudo apt-get install python3-tk # worked, now I can do: python3 test_plot.py
 
@@ -909,6 +910,8 @@ Start --> Administration --> Synaptic package manager
 # Add to .bashrc: export PATH="$HOME/.local/bin:$PATH"
 > jupyter-lab
 
+WARNING: The scripts f2py, f2py3 and f2py3.8 are installed in '/home/kooistra/.local/bin' which is not on PATH.
+
 # Markdown
 > sudo pip3 install markdown  # zit al in Python3, maar kan alleen md --> html
 > sudo pip3 install mdutils   # https://pypi.org/project/mdutils/ # kan md genereren
-- 
GitLab