- updated the setup_ubuntu.sh script

This commit is contained in:
Marius Stanciu
2020-11-10 21:23:25 +02:00
committed by Marius Stanciu
parent 48c12c2a5c
commit f3fb0bb497
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ CHANGELOG for FlatCAM beta
- updated the Extract Tool - new functionality added: Extract Cutout Gerber from a given Gerber object; added parameters in Preferences - updated the Extract Tool - new functionality added: Extract Cutout Gerber from a given Gerber object; added parameters in Preferences
- updated the UI for Cutout Tool - updated the UI for Cutout Tool
- fixed Paint Tcl command; fixes issue #437 - fixed Paint Tcl command; fixes issue #437
- updated the setup_ubuntu.sh script
9.11.2020 9.11.2020

View File

@@ -44,6 +44,7 @@ sudo -H python3 -m pip install --upgrade \
qrcode \ qrcode \
pyqt5 \ pyqt5 \
reportlab \ reportlab \
svglib svglib \
pyserial
sudo -H easy_install -U distribute sudo -H easy_install -U distribute