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