- removed some packages from setup_ubuntu.sh as they are not needed in FlatCAM beta

This commit is contained in:
Marius Stanciu 2020-04-09 22:40:43 +03:00 committed by Marius
parent d80de538e3
commit 13644187e4
2 changed files with 6 additions and 5 deletions

View File

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

View File

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