From 2d3b34ed4b843e2b37c2742165aaa007221040d0 Mon Sep 17 00:00:00 2001 From: sup39 Date: Tue, 19 Jul 2022 07:13:07 +0900 Subject: [PATCH] add `-U` for install/update in README --- CHANGELOG.md | 1 + README.ja.md | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) 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