From 9a6b75da0aaa5ee082475a70d98c2a1f286fc585 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 1 Jun 2025 06:59:58 -0400 Subject: [PATCH] docs: add force reinstall option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6373c..1492053 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 1. Install [Python>=3.9](https://www.python.org/) and [pip](https://pip.pypa.io/) 2. (Optional) Create a virtual environment, check [here](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/). -3. Install/Upgrade the project by `pip install --upgrade git+ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git` +3. Install/Upgrade the project by `pip install --force-reinstall --upgrade git+ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git` 4. Run it by `joj3-config-generator --help` ### For developers