docs: command to upgrade to latest version
All checks were successful
build / build (push) Successful in 1m46s

This commit is contained in:
张泊明518370910136 2025-05-30 03:59:47 -04:00
parent a7a2300f03
commit caaa07187a

View File

@ -8,7 +8,7 @@
### For users
1. Install [Python>=3.9](https://www.python.org/) and [pip](https://pip.pypa.io/)
2. Install the project by `pip install git+ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git`
2. Install/Upgrade the project by `pip install --upgrade git+ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git`
3. Run it by `joj3-config-generator --help`
### For developers