ソースを参照

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

読み込み中…
キャンセル
保存