From 70e0be576814263c2d31c5141eba10a5969882e8 Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Sun, 9 Jul 2017 11:41:28 +0100 Subject: [PATCH] Fix Ubuntu installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb8d90f..5bbb73f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The following command should install all necessary pre-requisites: ### Ubuntu 14.04 - apt-get install python3-setuptools python3-qt5 python-usb + sudo apt-get install python3-setuptools python3-pyqt5 python-usb ### Other distributions