update pyinstaller command

This commit is contained in:
adrienmalin 2018-08-21 19:59:59 +02:00
parent b80797eec7
commit d7cd0ce82b

View File

@ -31,7 +31,7 @@ Yet another Tetris clone, with Qt5 on Python 3
* Build with pyinstaller:
```bash
python3 -m pyinstaller TETRIS2000.spec
pyinstaller TETRIS2000.spec
```
## Credits