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