diff --git a/README.md b/README.md index 73d9d12e..a239c9cd 100644 --- a/README.md +++ b/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 diff --git a/requirements.txt b/requirements.txt index 8db283dd..4cd2a582 100644 --- a/requirements.txt +++ b/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 diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 7d3d4b95..0ae427a2 100644 --- a/setup_ubuntu.sh +++ b/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