diff --git a/README.md b/README.md index 32677ae..3cde32b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # TetrArcade -Tetris clone made with Python and Arcade graphic library \ No newline at end of file +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 +``` \ No newline at end of file