add `-U` for install/update in README

This commit is contained in:
sup39 2022-07-19 07:13:07 +09:00
parent 15aaecde12
commit 2d3b34ed4b
3 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
## \[v0.0.1.1] improve performance by using PolyCollection (2022/07/19)
- WFC
- improve process speed of `make_geo_plot()` by using PolyCollection
- render dynamic triangle hitbox
- README
- add Japanese version of README
## \[v0.0.1] init (2022/06/26)

View File

@ -7,10 +7,10 @@
*A tool to **sup**port **S**uper **M**ario **S**unshine **T**ool **A**ssisted **S**peedrun/Superplay*
サンシャインTASをサポートするためのツール
## インストール
## インストール・アップデート
cmd.exeなどで次の命令を実行します
```
pip install supSMSTAS
pip install -U supSMSTAS
```
:warning: Python 3.8以上が必要です

View File

@ -6,9 +6,9 @@
*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