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

This commit is contained in:
Marius Stanciu 2019-09-22 14:19:13 +03:00 committed by Marius
parent c8a121d9e1
commit eeae3ff6c5
3 changed files with 11 additions and 1 deletions

View File

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

View File

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

View File

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