فهرست منبع

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