From 95d76345995de7811b6913b8f7331cc8b94ca485 Mon Sep 17 00:00:00 2001 From: "fabien.toune" Date: Tue, 10 Nov 2020 15:25:55 +0100 Subject: [PATCH] =?UTF-8?q?Instructions=20mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 702b2ef..05554ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Aladdin -Un génie rebondissant dans un monde oriental \ No newline at end of file +Un génie rebondissant dans un monde oriental + +pour faire fonctionner en environnement virtuel : +```bash +python3 -m virtualenv env +. env/bin/activate +pip install pygame +pip install --no-deps pgzero +python aladdin.py``` \ No newline at end of file