From fa340e01b28a83018470f44a373ec03c8a2893e9 Mon Sep 17 00:00:00 2001 From: watts Date: Fri, 12 Aug 2022 17:25:35 +0200 Subject: [PATCH] add python3-matplotlib --- Setup-Computer-Debian-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index 14ec45c..797c414 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -17,7 +17,7 @@ NTP=d.psi.ch - Add various packages: ``` -sudo apt-get install fakeroot build-essential cvs flex bison openssh-server git-core geany synaptic joe jed subversion autoconf-archive cmake libreadline-dev libhdf5-dev pkg-config libxml2-dev libzmq3-dev liblog4cpp5-dev libelf-dev libssl-dev libarchive-dev libgtkmm-3.0-dev libatkmm-1.6-dev libglibmm-2.4-dev libncurses5-dev libxerces-c-dev libboost-dev xsltproc cifs-utils xterm meld default-jre autogen autoconf libtool libqwt-qt5-dev libqt5webkit5-dev rsync libboost-all-dev strace python3-numpy python3-pip python3-h5py python3-zmq +sudo apt-get install fakeroot build-essential cvs flex bison openssh-server git-core geany synaptic joe jed subversion autoconf-archive cmake libreadline-dev libhdf5-dev pkg-config libxml2-dev libzmq3-dev liblog4cpp5-dev libelf-dev libssl-dev libarchive-dev libgtkmm-3.0-dev libatkmm-1.6-dev libglibmm-2.4-dev libncurses5-dev libxerces-c-dev libboost-dev xsltproc cifs-utils xterm meld default-jre autogen autoconf libtool libqwt-qt5-dev libqt5webkit5-dev rsync libboost-all-dev strace python3-numpy python3-pip python3-h5py python3-zmq python3-matplotlib ```