Преглед на файлове

Added python-simplejson line to setup_ubuntu.sh.

Juan Pablo Caram преди 11 години
родител
ревизия
922aa6734d
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 1
      camlib.py
  2. 1 0
      setup_ubuntu.sh

+ 0 - 1
camlib.py

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

+ 1 - 0
setup_ubuntu.sh

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