From a25d446dd5b2939927de56ae2784eeb34a79f992 Mon Sep 17 00:00:00 2001 From: freiheitsnetz Date: Tue, 30 Apr 2019 11:42:25 +0200 Subject: [PATCH] fixed setup instructions for Ubuntu 18.04 --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c73e6b..56f737c 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,33 @@ a small utility to assist in setting usage modes of laptop-tablet devices This utility requires X11. -Install PyQt5. On Ubuntu 16.04 LTS, run the following: +## Ubuntu 16.04 LTS + +Install PyQt5. Run the following: ```Bash sudo apt install python-qt5 ``` -On Ubuntu 18.04 LTS, run the following: +Now install spin by running the following: + + +```Bash +sudo pip install python_spin +``` + +## Ubuntu 18.04 LTS + +Install PyQt5. Run the following: ```Bash -sudo apt install pyqt5-dev pyqt5-dev-tools +sudo apt install python3-pyqt5 ``` Now install spin by running the following: ```Bash -sudo pip install python_spin +sudo pip3 install python_spin ``` To set up globally a Linux desktop launcher with icon, execute the following: