Ver Fonte

- fixed the requirements.txt and setup_ubuntu.sh files

Marius Stanciu há 6 anos atrás
pai
commit
7cbc3c657a
3 ficheiros alterados com 6 adições e 3 exclusões
  1. 1 0
      README.md
  2. 3 2
      requirements.txt
  3. 2 1
      setup_ubuntu.sh

+ 1 - 0
README.md

@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
 - QRCode Tool: all parameters are hard-coded for now
 - small update
 - fixed imports in all TclCommands
+- fixed the requirements.txt and setup_ubuntu.sh files
 
 24.10.2019
 

+ 3 - 2
requirements.txt

@@ -1,7 +1,7 @@
 # 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.
+# Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
 # Usage: pip install -r requirements.txt
-numpy>=1.11
+numpy>=1.16
 matplotlib>=3.1
 cycler>=0.10
 python-dateutil>=2.1
@@ -22,3 +22,4 @@ fontTools
 rasterio
 lxml
 ezdxf
+qrcode>=6.0

+ 2 - 1
setup_ubuntu.sh

@@ -30,4 +30,5 @@ pip3 install --upgrade fontTools
 pip3 install --upgrade rasterio
 pip3 install --upgrade lxml
 pip3 install --upgrade ezdxf
-pip3 install --upgrade matplotlib
+pip3 install --upgrade matplotlib
+pip3 install --upgrade qrcode