We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a836dc2 commit ccab74eCopy full SHA for ccab74e
.github/scripts/run_install.sh
@@ -21,7 +21,10 @@ echo
21
22
# python script needs numpy
23
#sudo apt-get install -qq python-numpy # not working, likely installed on older python version
24
+#sudo apt-get install -qq python-matplotlib
25
+
26
pip install --user --upgrade pip setuptools wheel
27
+pip install --use --upgrade importlib-resources
28
pip install --user --upgrade matplotlib
29
pip install --user --only-binary=numpy numpy
30
0 commit comments