Mise à jour de 'README.md'
This commit is contained in:
parent
90e4d3d7e3
commit
1fa29fd41f
14
README.md
14
README.md
@ -1,4 +1,4 @@
|
||||
#  TETRIS 2000
|
||||
#  TETRIS 2000
|
||||
|
||||
Yet another Tetris clone, with Qt5 on Python 3
|
||||
|
||||
@ -6,27 +6,27 @@ Yet another Tetris clone, with Qt5 on Python 3
|
||||
|
||||
## Downloads
|
||||
|
||||
* [Linux archive](https://github.com/adrienmalin/TETRIS2000/releases/download/V0.3.1_fbs/TETRIS2000.tar.gz) (78.3 MB)
|
||||
* [Linux archive](https://git.malingrey.fr/adrien/TETRIS2000/archive/V0.3.1_fbs.tar.gz) (78.3 MB)
|
||||
* [Windows installer](https://github.com/adrienmalin/TETRIS2000/releases/download/V0.3.1_fbs/TETRIS2000Setup.exe) (53.6 MB)
|
||||
|
||||
## Build
|
||||
|
||||
* On Linux:
|
||||
|
||||
```bash
|
||||
```shell
|
||||
mkdir TETRIS2000 # Create folder
|
||||
cd TETRIS2000 # Enter folder
|
||||
git clone https://github.com/adrienmalin/TETRIS2000 # Clone repository
|
||||
git clone https://git.malingrey.fr/adrien/TETRIS2000.git # Clone repository
|
||||
python3 -m venv venv # Create a virtual environment
|
||||
source venv/bin/activate # Activate the virtual environment
|
||||
pip install fbs PyQt5==5.9.2 PyInstaller==3.3.1 qdarkstyle # Install requirements
|
||||
pip3 install -r requirements.txt # Install requirements
|
||||
python -m fbs run # Run application
|
||||
python -m fbs freeze # Freeze
|
||||
```
|
||||
|
||||
* On Windows:
|
||||
|
||||
Download and extract [source](https://github.com/adrienmalin/TETRIS2000/archive/master.zip).
|
||||
Download and extract [source](https://git.malingrey.fr/adrien/TETRIS2000/archive/V0.3.1_fbs.zip).
|
||||
Open a command prompt and go to extracted directory
|
||||
|
||||
```batch
|
||||
@ -34,7 +34,7 @@ Yet another Tetris clone, with Qt5 on Python 3
|
||||
python -m venv venv
|
||||
call venv\scripts\activate.bat
|
||||
REM Install requirements
|
||||
pip install fbs PyQt5==5.9.2 PyInstaller==3.3.1 qdarkstyle
|
||||
pip install -r requirements.txt
|
||||
REM Run application
|
||||
python -m fbs run
|
||||
REM Create installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user