Added python-simplejson line to setup_ubuntu.sh.

This commit is contained in:
Juan Pablo Caram 2015-01-19 12:41:34 -05:00
parent d002b6c5c6
commit 922aa6734d
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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