Added python-simplejson line to setup_ubuntu.sh.
This commit is contained in:
@@ -2194,7 +2194,6 @@ class CNCjob(Geometry):
|
|||||||
else:
|
else:
|
||||||
self.zdownrate = None
|
self.zdownrate = None
|
||||||
|
|
||||||
|
|
||||||
# Attributes to be included in serialization
|
# Attributes to be included in serialization
|
||||||
# Always append to it because it carries contents
|
# Always append to it because it carries contents
|
||||||
# from Geometry.
|
# from Geometry.
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
apt-get install libpng-dev
|
apt-get install libpng-dev
|
||||||
apt-get install libfreetype6 libfreetype6-dev
|
apt-get install libfreetype6 libfreetype6-dev
|
||||||
apt-get install python-dev
|
apt-get install python-dev
|
||||||
|
apt-get install python-simplejson
|
||||||
apt-get install python-qt4
|
apt-get install python-qt4
|
||||||
apt-get install python-numpy python-scipy python-matplotlib
|
apt-get install python-numpy python-scipy python-matplotlib
|
||||||
apt-get install libgeos-dev
|
apt-get install libgeos-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user