From 4920bc9e2cde1f671949b9f225cdd8aad1f97e06 Mon Sep 17 00:00:00 2001
From: adrien <adrien@malingrey.fr>
Date: Fri, 27 Sep 2019 17:48:00 +0200
Subject: [PATCH] update README install with requirements

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a67fa2e..2ea002d 100644
--- a/README.md
+++ b/README.md
@@ -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
 ```