Browse Source

Instructions mise à jour

tags/v1.0-light
fabien.toune 3 years ago
parent
commit
95d7634599
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      README.md

+ 9
- 1
README.md View File

@@ -1,3 +1,11 @@
# Aladdin

Un génie rebondissant dans un monde oriental
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```

Loading…
Cancel
Save