Update README.md

This commit is contained in:
adrienmalin 2018-08-21 16:27:17 +02:00 committed by GitHub
parent 7498713216
commit ce74e9d9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,10 @@ Yet another Tetris clone, with Qt5 on Python 3
* Install [Python 3](https://www.python.org) with pip * Install [Python 3](https://www.python.org) with pip
* Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySide2 yet) * Install qtpy, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySide2 yet)
```bash ```bash
pip3 install --user PyQt5 pip3 install --user qtpy
pip3 install --user qdarkstyle pip3 install --user qdarkstyle
pip3 install --user nuitka pip3 install --user nuitka
``` ```