update requirements.txtx and README

This commit is contained in:
Adrien MALINGREY 2019-09-27 17:56:22 +02:00
parent 4920bc9e2c
commit a4d61337b7
2 changed files with 8 additions and 2 deletions

View File

@ -9,13 +9,13 @@ Tetris clone made with Python and Arcade graphic library
## Install ## Install
```shell ```shell
python -m pip install --user -r requirements.txt
git clone https://git.malingrey.fr/adrien/TetrArcade.git git clone https://git.malingrey.fr/adrien/TetrArcade.git
cd TetrArcade
python -m pip install -r requirements.txt
``` ```
## Play ## Play
```shell ```shell
cd TetrArcade
python tetrarcade.py python tetrarcade.py
``` ```

View File

@ -1,2 +1,8 @@
numpy
Pillow
Pyglet>=1.4.2 Pyglet>=1.4.2
pyglet-ffmpeg2 pyglet-ffmpeg2
pytiled_parser
pytest
pymunk
matplotlib