소스 검색

Mise à jour des instruction et du gitignore pour vscode

tags/v0.99
Fabien 3 년 전
부모
커밋
de5f020e0e
2개의 변경된 파일11개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      .gitignore
  2. +10
    -2
      README.md

+ 1
- 1
.gitignore 파일 보기

@@ -101,7 +101,7 @@ celerybeat.pid

# SageMath parsed files
*.sage.py
.vscode
# Environments
.env
.venv


+ 10
- 2
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
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

불러오는 중...
취소
저장