From addb0db2f3128ac9192f015bc75a8b9f572da5e7 Mon Sep 17 00:00:00 2001 From: Adrien MALINGREY <adrien@malingrey.fr> Date: Thu, 26 Sep 2019 10:46:51 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add install instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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