From 9698d42f16bc30529b012710993853a0b9c27c02 Mon Sep 17 00:00:00 2001 From: Adrien MALINGREY Date: Thu, 26 Sep 2019 17:28:35 +0200 Subject: [PATCH] fix python link, add play paragraph --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d4f59b..a67fa2e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ Tetris clone made with Python and Arcade graphic library ## Requirements -[Python] +[Python](https://www.python.org/) ## Install ```shell -git clone https://git.malingrey.fr/adrien/TetrArcade.git python -m pip install --user arcade +git clone https://git.malingrey.fr/adrien/TetrArcade.git +``` + +## Play + +```shell +cd TetrArcade +python tetrarcade.py ``` \ No newline at end of file