Skip to content

Commit 9a39415

Browse files
committed
Add python-pip to install-ubuntu-packages.sh
1 parent 22073db commit 9a39415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-ubuntu-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# required to compile fidimag
2-
apt-get install python-numpy python-dev python-scipy
2+
apt-get install python-pip python-numpy python-dev python-scipy
33
# required for tests and running it
44
apt-get install python-pytest python-pyvtk ipython python-matplotlib

0 commit comments

Comments
 (0)