Преглед изворни кода

- updated the files: setup_ubuntu.sh and requirements.txt

Marius Stanciu пре 6 година
родитељ
комит
eeae3ff6c5
3 измењених фајлова са 11 додато и 1 уклоњено
  1. 1 0
      README.md
  2. 7 1
      requirements.txt
  3. 3 0
      setup_ubuntu.sh

+ 1 - 0
README.md

@@ -23,6 +23,7 @@ CAD program, and create G-Code for Isolation routing.
 - fixed annotation in Mark Area Tool in Gerber Editor to work in legacy graphic engine
 - fixed the MultiColor plot option Gerber selected tab to work in legacy graphic engine
 - documented some methods in the ShapeCollectionLegacy class
+- updated the files: setup_ubuntu.sh and requirements.txt
 
 21.09.2019
 

+ 7 - 1
requirements.txt

@@ -1,7 +1,13 @@
 # This file contains python only requirements to be installed with pip
 # Python pacakges that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
 # Usage: pip install -r requirements.txt
-numpy>=1.8
+numpy>=1.11
+matplotlib>=3.1
+cycler>=0.10
+python-dateutil>=2.1
+kiwisolver>=1.0.1
+six
+setuptools
 dill
 rtree
 pyopengl

+ 3 - 0
setup_ubuntu.sh

@@ -14,6 +14,9 @@ apt-get install python3-tk
 apt-get install libspatialindex-dev
 apt-get install python3-gdal
 apt-get install python3-lxml
+pip3 install --upgrade cycler
+pip3 install --upgrade python-dateutil
+pip3 install --upgrade kiwisolver
 pip3 install --upgrade dill
 pip3 install --upgrade Shapely
 pip3 install --upgrade vispy