Skip to content

Commit

Permalink
Merge pull request #1 from okaragoz/okaragoz-inst
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
okaragoz authored Feb 11, 2022
2 parents fff1d23 + e876eec commit ccb9d13
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ Installation
If you see this message install the Python Qt5 developer tools by running::

On GNU/Linux systems::

$ sudo apt-get install pyqt5-dev-tool

Debian/Ubuntu:
$ sudo apt-get install pyqt5-dev-tools
RHEL/CentOS/Fedora:
$ yum groupinstall "C Development Tools and Libraries"
$ yum install qt5-qtbase-devel
On OSX system::

$ brew install pyqt
Expand All @@ -78,9 +80,10 @@ Installation
If you see this message install the python sphinx library by running::

On GNU/Linux systems::

$ sudo apt-get install python-sphinx

Debian/Ubuntu:
$ sudo apt-get install python3-sphinx
RHEL/CentOS/Fedora:
$ yum install python-sphinx
On OSX system::

$ brew install sphinx-doc
Expand Down

0 comments on commit ccb9d13

Please sign in to comment.