Update README.md
This commit is contained in:
parent
7e926f6716
commit
2e6d82e83b
17
README.md
17
README.md
@ -2,13 +2,22 @@
|
|||||||
Another Tetris clone using Qt5 on Python 3.x
|
Another Tetris clone using Qt5 on Python 3.x
|
||||||
|
|
||||||
Requires Python 3.x
|
Requires Python 3.x
|
||||||
|
|
||||||
Requires a Qt5 library:
|
Requires a Qt5 library:
|
||||||
|
|
||||||
PyQt5 :
|
PyQt5 :
|
||||||
pip install PyQt5
|
|
||||||
or PySide2 :
|
pip install PyQt5
|
||||||
pip install PySide2
|
|
||||||
|
or PySide2 :
|
||||||
|
|
||||||
|
pip install PySide2
|
||||||
|
|
||||||
Optional stylesheet :
|
Optional stylesheet :
|
||||||
|
|
||||||
qdarkstyle by Colin Duquesnoy (https://github.com/ColinDuquesnoy/QDarkStyleSheet)
|
qdarkstyle by Colin Duquesnoy (https://github.com/ColinDuquesnoy/QDarkStyleSheet)
|
||||||
pip install qdarkstyle
|
|
||||||
|
pip install qdarkstyle
|
||||||
|
|
||||||
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
|
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user