Update README.md

This commit is contained in:
adrienmalin 2018-07-31 11:42:13 +02:00 committed by GitHub
parent 421cc37a36
commit 7e926f6716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,14 @@
# 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