From 7e926f67167d0379913a17ec90c3cb928222b84c Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 31 Jul 2018 11:42:13 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 155e3b0..156ce8c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # Tetris2000 -Another Tetris clone using Qt5 \ No newline at end of file +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