diff --git a/.gitignore b/.gitignore index 13d1490..1320986 100644 --- a/.gitignore +++ b/.gitignore @@ -101,7 +101,7 @@ celerybeat.pid # SageMath parsed files *.sage.py - +.vscode # Environments .env .venv diff --git a/README.md b/README.md index 7b50d6e..8c4f111 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ Un génie rebondissant dans un monde oriental -pour faire fonctionner en environnement virtuel : +pour faire fonctionner en environnement virtuel sous linux : ```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 +python aladdin.py + +sous windows (vous devez avoir installé virtualenv avec `pip install virtualenv`): +```powershell +virtualenv env +.\\env\\Script\\activate +pip install pygame +pip install --no-deps pgzero +python aladdin.py