Add files via upload

If Python's script is in path, type:

    Tetris2000
This commit is contained in:
adrienmalin 2018-08-01 00:35:40 +02:00 committed by GitHub
parent e52b9c797e
commit b1d05a48dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,19 @@ Or:
pip3 install --user Tetris2000-PySide2 pip3 install --user Tetris2000-PySide2
Launch on Windows: If Python's script is in path, type:
Tetris2000
Else on Windows:
python -m Tetris2000 python -m Tetris2000
Launch on Linux: Else on Linux:
python3 -m Tetris2000 python3 -m Tetris2000
#### From [GitHub](https://github.com) #### From [GitHub](https://github.com)
* From a terminal, install PyQt5: * From a terminal, install PyQt5: