update README install with requirements

This commit is contained in:
Adrien MALINGREY 2019-09-27 17:48:00 +02:00
parent 55b6805c41
commit 4920bc9e2c

View File

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