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