update requirements.txtx and README
This commit is contained in:
parent
4920bc9e2c
commit
a4d61337b7
@ -9,13 +9,13 @@ Tetris clone made with Python and Arcade graphic library
|
||||
## Install
|
||||
|
||||
```shell
|
||||
python -m pip install --user -r requirements.txt
|
||||
git clone https://git.malingrey.fr/adrien/TetrArcade.git
|
||||
cd TetrArcade
|
||||
python -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Play
|
||||
|
||||
```shell
|
||||
cd TetrArcade
|
||||
python tetrarcade.py
|
||||
```
|
@ -1,2 +1,8 @@
|
||||
numpy
|
||||
Pillow
|
||||
Pyglet>=1.4.2
|
||||
pyglet-ffmpeg2
|
||||
pytiled_parser
|
||||
pytest
|
||||
pymunk
|
||||
matplotlib
|
Loading…
x
Reference in New Issue
Block a user