Skip to content

Commit

Permalink
Merge pull request #2 from led-mirage/bugfix/reademe
Browse files Browse the repository at this point in the history
誤記訂正&追加
  • Loading branch information
led-mirage authored Jun 15, 2024
2 parents 2cd344a + 881282f commit aca79be
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,22 @@ pip install -r requirements.txt
COEIROINK を起動したのち、以下のコマンドを実行するとアプリが起動します。

```bash
python application.py
python src\application.py
```

#### 6. 起動用のバッチファイル(オプション)

以下のような起動用のバッチファイルを用意しておくと便利です。

```bat
start pythonw src\application.py
```

Pythonの仮想環境を使用している場合は、以下の例のようにすればOKです。

```bat
call venv\scripts\activate
start pythonw src\application.py
```

## 設定
Expand Down

0 comments on commit aca79be

Please sign in to comment.