diff --git a/CHANGELOG.md b/CHANGELOG.md index a8535d2..dbdf24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.ja.md b/README.ja.md index c58fe98..8ff6910 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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以上が必要です diff --git a/README.md b/README.md index 26616e5..5cf43ef 100644 --- a/README.md +++ b/README.md @@ -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