Skip to content

Commit

Permalink
Remove commas from apt-get install line
Browse files Browse the repository at this point in the history
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,'
  • Loading branch information
abrock authored Nov 4, 2020
1 parent 0d2ac67 commit e6f6e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6f6e25

Please sign in to comment.