diff --git a/README.md b/README.md index 2ea002d..4c75222 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 47550e4..91af332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,8 @@ +numpy +Pillow Pyglet>=1.4.2 pyglet-ffmpeg2 +pytiled_parser +pytest +pymunk +matplotlib \ No newline at end of file