From e6f6e251167720b1316da5310eec1851ca7fee4e Mon Sep 17 00:00:00 2001 From: abrock Date: Wed, 4 Nov 2020 16:07:31 +0100 Subject: [PATCH] Remove commas from apt-get install line I tried to install the packages and got this error message from apt: E: Unable to locate package python3-numpy, E: Unable to locate package python3-opengl, E: Unable to locate package python3-pyqt5, E: Unable to locate package python3-pyqt5.qtopengl, E: Couldn't find any package by glob 'python3-pyqt5.qtopengl,' E: Couldn't find any package by regex 'python3-pyqt5.qtopengl,' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e53aec4..bc51d5966 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you rather run the code from source: All that you need should be available via apt. On a console prompt, run: -* apt-get install python3-numpy, python3-opengl, python3-pyqt5, python3-pyqt5.qtopengl, python3-pyqt5.qtsvg +* apt-get install python3-numpy python3-opengl python3-pyqt5 python3-pyqt5.qtopengl python3-pyqt5.qtsvg ### Installing python dependencies on windows