Skip to content

Commit

Permalink
for windows11
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotuke1535 committed May 8, 2024
1 parent 538c061 commit b6fc0bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<br>
②ダウンロードしたレジストリに移動し、リポジトリ内に移動する。
<br>
③ダウンロードしたリポジトリの中にある`plus`を実行する・・・
③ダウンロードしたリポジトリの中にある`plus.py`を実行する・・・

```html:cmd
./plus
./plus.py
```

で起動します
Expand All @@ -31,31 +31,33 @@
<br>
## 実行例
```html:Operation example
$ ./plus //正常動作時の実行例
$ ./plus.py //正常動作時の実行例
1
2
3
4
5
f
15
$ ./plus //自動停止の実行例
$ ./plus.py //自動停止の実行例
1
2
3
e
ERROR!!!
```
## 実行環境
Python3.8.10
Python3.12.2
<br>
Ubuntu20.04
Windows11 Pro Edition 22631.3447
<br>
## 開発環境
VSCode1.73.1 for Linux
VSCode for Windows
<br>
## テスト環境
Python 3.7~3.10
Python 3.12.2
<br>
現状Windows環境でのテストを回していません。動作確実性が必要でしたらLinux版をご利用ください。
<br>
## ライセンス表示
This Softwere Package allowed Redistribution and Use by GPL 3.0
Expand Down
1 change: 0 additions & 1 deletion plus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# SPDX-FileCopyrightText: 2022 Shimono Mao <simonomao1535@gmail.com>
# SPDX-License-Identifier: GPL-3.0-or-later
import sys
Expand Down

0 comments on commit b6fc0bc

Please sign in to comment.