From e61701ade3fdc903efdd27d5e5c2168d4e450860 Mon Sep 17 00:00:00 2001 From: Ohan Smit Date: Tue, 10 Sep 2019 09:46:02 +0200 Subject: [PATCH] Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3b333e..805e93a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In order to run this app in Linux environment, you'll need the following package * `python3-serial` * `python3-pyqt5` * `numpy` -## Ubuntu 18.04 +## Ubuntu 18.04 & 19.04 ### Installation and Use with pip 1. Install python3.7 and pip - `sudo apt install python3.7 python3-pip` @@ -47,7 +47,7 @@ In order to run this app in Linux environment, you'll need the following package 3. Run the pip installation - - `python37 -m pip install .` + - `python3.7 -m pip install .` 4. Once completed run with the following command