Update README.md
This commit is contained in:
parent
857c65a12e
commit
b214aec1fe
12
README.md
12
README.md
@ -1,12 +1,12 @@
|
|||||||
#  TETRIS 2000
|
#  TETRIS 2000
|
||||||
|
|
||||||
Yet another Tetris clone, with Qt5 on Python 3
|
Yet another Tetris clone, with Qt5 on Python 3
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* [Download archive](https://github.com/adrienmalin/Tetris2000/archive/master.zip) (34 Mo)
|
* [Download archive](../archive/master.zip) (34 Mo)
|
||||||
* Extract the archive
|
* Extract the archive
|
||||||
* Launch Tetris2000
|
* Launch Tetris2000
|
||||||
|
|
||||||
@ -16,19 +16,25 @@ Yet another Tetris clone, with Qt5 on Python 3
|
|||||||
|
|
||||||
* 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
|
pip3 install --user PyQt5
|
||||||
pip3 install --user qdarkstyle
|
pip3 install --user qdarkstyle
|
||||||
pip3 install --user nuitka
|
pip3 install --user nuitka
|
||||||
|
```
|
||||||
|
|
||||||
* Clone repository:
|
* Clone repository:
|
||||||
|
|
||||||
|
```bash
|
||||||
mkdir TETRIS2000
|
mkdir TETRIS2000
|
||||||
cd TETRIS2000
|
cd TETRIS2000
|
||||||
git clone https://github.com/adrienmalin/Tetris2000
|
git clone https://github.com/adrienmalin/Tetris2000
|
||||||
|
```
|
||||||
|
|
||||||
* Build:
|
* Build:
|
||||||
|
|
||||||
|
```bash
|
||||||
python3 -m nuitka Tetris2000.py --recurse-all
|
python3 -m nuitka Tetris2000.py --recurse-all
|
||||||
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user