Skip to content

Commit

Permalink
Merge pull request #137 from abrock/patch-1
Browse files Browse the repository at this point in the history
Remove commas from apt-get install line
  • Loading branch information
joepal1976 authored Nov 4, 2020
2 parents 0d2ac67 + e6f6e25 commit c28443c
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 c28443c

Please sign in to comment.