Update README.md

This commit is contained in:
adrienmalin 2018-08-09 01:06:00 +02:00 committed by GitHub
parent eebe0f724e
commit 256e10e9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Another Tetris clone using Qt5 on Python 3.x
* Python 3.x * Python 3.x
* A Qt5 library (PyQt5 or PySide) * A Qt5 library (PyQt5 or PySide)
* Optionnal: [qdarkstyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet) stylesheet * Optionnal: [QDarkStylesheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet)
As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded
@ -35,7 +35,7 @@ Extract the archive and launch Tetris2000
pip3 install --user PySide2 pip3 install --user PySide2
* Install qdarkstyle: * Install QDarkStylesheet:
pip3 install --user qdarkstyle pip3 install --user qdarkstyle