From f3fb0bb4977f16150578d506b27c191ea783f4a3 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 10 Nov 2020 21:23:25 +0200 Subject: [PATCH] - updated the setup_ubuntu.sh script --- CHANGELOG.md | 1 + setup_ubuntu.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb72892..b97745b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 UI for Cutout Tool - fixed Paint Tcl command; fixes issue #437 +- updated the setup_ubuntu.sh script 9.11.2020 diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index fec5b612..854f4815 100644 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -44,6 +44,7 @@ sudo -H python3 -m pip install --upgrade \ qrcode \ pyqt5 \ reportlab \ - svglib + svglib \ + pyserial sudo -H easy_install -U distribute