diff --git a/README.md b/README.md index 1aeb53f8..b33cb69b 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ CAD program, and create G-Code for Isolation routing. ================================================= -10.04.2020 +9.04.2020 - if FlatCAM is not run with Python version >= 3.5 it will exit. - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. +- removed some packages from setup_ubuntu.sh as they are not needed in FlatCAM beta -9.4.2020 +8.4.2020 - fixed the Tcl Command Delete to have an argument -f that will force deletion evading the popup (if the popup is enabled). The sme command without a name now will delete all objects - fixed the Tcl Command JoinExcellons diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 9054a57c..50da3fdf 100644 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -1,9 +1,9 @@ #!/bin/bash sudo apt install --reinstall libpng-dev libfreetype6 libfreetype6-dev libgeos-dev libspatialindex-dev sudo apt install --reinstall python3-dev python3-pyqt5 python3-pyqt5.qtopengl python3-gdal python3-simplejson -sudo apt install --reinstall python3-pip python3-tk python3-imaging +sudo apt install --reinstall python3-pip python3-tk -sudo python3 -m pip install --upgrade pyqt5==5.12 -sudo python3 -m pip install --upgrade pip numpy scipy shapely rtree tk lxml cycler python-dateutil kiwisolver dill +sudo python3 -m pip install --upgrade pyqt5 +sudo python3 -m pip install --upgrade pip numpy shapely rtree tk lxml cycler python-dateutil kiwisolver dill sudo python3 -m pip install --upgrade vispy pyopengl setuptools svg.path ortools freetype-py fontTools rasterio ezdxf sudo python3 -m pip install --upgrade matplotlib qrcode reportlab svglib \ No newline at end of file