add -U
for install/update in README
This commit is contained in:
parent
15aaecde12
commit
2d3b34ed4b
3 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
||||||
## \[v0.0.1.1] improve performance by using PolyCollection (2022/07/19)
|
## \[v0.0.1.1] improve performance by using PolyCollection (2022/07/19)
|
||||||
- WFC
|
- WFC
|
||||||
- improve process speed of `make_geo_plot()` by using PolyCollection
|
- improve process speed of `make_geo_plot()` by using PolyCollection
|
||||||
|
- render dynamic triangle hitbox
|
||||||
- README
|
- README
|
||||||
- add Japanese version of README
|
- add Japanese version of README
|
||||||
## \[v0.0.1] init (2022/06/26)
|
## \[v0.0.1] init (2022/06/26)
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
*A tool to **sup**port **S**uper **M**ario **S**unshine **T**ool **A**ssisted **S**peedrun/Superplay*
|
*A tool to **sup**port **S**uper **M**ario **S**unshine **T**ool **A**ssisted **S**peedrun/Superplay*
|
||||||
サンシャインTASをサポートするためのツール
|
サンシャインTASをサポートするためのツール
|
||||||
|
|
||||||
## インストール
|
## インストール・アップデート
|
||||||
cmd.exeなどで次の命令を実行します:
|
cmd.exeなどで次の命令を実行します:
|
||||||
```
|
```
|
||||||
pip install supSMSTAS
|
pip install -U supSMSTAS
|
||||||
```
|
```
|
||||||
:warning: Python 3.8以上が必要です
|
:warning: Python 3.8以上が必要です
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
*A tool to **sup**port **S**uper **M**ario **S**unshine **T**ool **A**ssisted **S**peedrun/Superplay*
|
*A tool to **sup**port **S**uper **M**ario **S**unshine **T**ool **A**ssisted **S**peedrun/Superplay*
|
||||||
|
|
||||||
## Installation
|
## Installation/Update
|
||||||
```
|
```
|
||||||
pip install supSMSTAS
|
pip install -U supSMSTAS
|
||||||
```
|
```
|
||||||
:warning: Python 3.8 or above is required
|
:warning: Python 3.8 or above is required
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue