Mise à jour de 'README.md'

Add install instructions
This commit is contained in:
Adrien MALINGREY 2019-09-26 10:46:51 +02:00
parent 5227871f09
commit addb0db2f3

View File

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