Skip to content

Commit

Permalink
[FIX] Update install instructions with notes about PySide and PyQt4
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 2, 2018
1 parent 8b93b61 commit 9a37972
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Expand Up @@ -30,6 +30,14 @@ or
pip install qdarkgraystyle
The *PySide* and *PyQt4* support was dropped in version *1.0.0*. To use `qdarkgraystyle` with *PySide* or *PyQt4* or with *Python 2.7*, please use the version *0.0.3*.

.. code:: bash
pip install qdarkgraystyle==0.0.3
The support to *PySide2* will be add in future.

Usage
============

Expand Down Expand Up @@ -62,6 +70,7 @@ There is an example included in the *example* folder.
You can run the script without installing `qdarkgraystyle`. You only need to have
PyQt5 installed on your system.


Contribute
==========

Expand Down

0 comments on commit 9a37972

Please sign in to comment.