From 94de271e07d9d7fc7f1931d3b3c98529d8dceb6d Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 14:27:47 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d196518..4bbbdde 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ Yet another Tetris clone, with Qt5 on Python 3 * Clone repository: ```bash - mkdir TETRIS2000 - cd TETRIS2000 git clone https://github.com/adrienmalin/Tetris2000 ``` From 0adb3adc09986bb2086198cfccbc196d6e4a3297 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 15:13:57 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bbbdde..5ebbdd0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Yet another Tetris clone, with Qt5 on Python 3 ```bash python3 -m nuitka Tetris2000.py --recurse-all ``` +* On Windows, add icons/icon.ico toTetris2000.exe with [Resource hacker](http://www.angusj.com/resourcehacker/) ## Credits From 86751e817481e3b0d05196863eecf31d5dceb752 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 15:14:58 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ebbdd0..a4e0a14 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Yet another Tetris clone, with Qt5 on Python 3 * Install [Python 3](https://www.python.org) with pip -* Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySIde2 yet) +* Install PyQt5 or PySide2, qdarkstyle, and nuitka: (Nota: qdarkstyle don't support PySide2 yet) ```bash pip3 install --user PyQt5 @@ -33,7 +33,7 @@ Yet another Tetris clone, with Qt5 on Python 3 ```bash python3 -m nuitka Tetris2000.py --recurse-all ``` -* On Windows, add icons/icon.ico toTetris2000.exe with [Resource hacker](http://www.angusj.com/resourcehacker/) +* On Windows, add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/) ## Credits From 55dc19bc903634ef1d5e980e3feeffd91718c1ab Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 15:15:43 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e0a14..97073cc 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Yet another Tetris clone, with Qt5 on Python 3 git clone https://github.com/adrienmalin/Tetris2000 ``` -* Build: +* Build with nuitka: ```bash - python3 -m nuitka Tetris2000.py --recurse-all + python3 -m nuitka Tetris2000.py --recurse-all ``` * On Windows, add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/)