Skip to content
Snippets Groups Projects
Commit 57f93344 authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

added python3 packages to linuxparty.sh

parent 4ed4dbb0
Branches
No related tags found
No related merge requests found
......@@ -59,10 +59,17 @@ PH_PKGS=(\
"TRUE" "python-scipy" "Bibliothek für scientific computing" \
"TRUE" "python-matplotlib" "Schnittstelle zum Plotten mit Python" \
"TRUE" "ipython" "Interaktiver Python Interpreter mit Tab-Vervollständgung" \
"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \
"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \
"TRUE" "bpython" "Ein weiterer interaktiver Python Interpreter" \
"TRUE" "spyder" "Python IDE (die, die in Anaconda benutzt wird)" \
"TRUE" "python3-numpy" "Numeric Bibiliothek für Python (Python 3)" \
"TRUE" "python3-simpy" "Simulationsframework für Python (Python 3)" \
"TRUE" "python3-scipy" "Bibliothek für scientific computing (Python 3)" \
"TRUE" "python3-matplotlib" "Schnittstelle zum Plotten mit Python (Python 3)" \
"TRUE" "ipython3" "Interaktiver Python Interpreter mit Tab-Vervollständgung (Python 3)" \
"TRUE" "bpython3" "Ein weiterer interaktiver Python Interpreter (Python 3)" \
"TRUE" "spyder3" "Python IDE (die, die in Anaconda benutzt wird) (Python 3)" \
"TRUE" "gnuplot" "Programm um Funktions- und Datenplots anzufertigen" \
"TRUE" "wxmaxima" "Graphische Benutzeroberfläche für das Maxima Computer Algebra System" \
)
IF_PKGS=(\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment