Parcourir la source

Instructions mise à jour

tags/v0.99
fabien.toune il y a 3 ans
Parent
révision
95d7634599
1 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. +9
    -1
      README.md

+ 9
- 1
README.md Voir le fichier

@@ -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```

Chargement…
Annuler
Enregistrer