From 6dc7397bd483e8b3076ed2a51f20aa3d556f836e Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 1 Jun 2025 06:23:57 -0400 Subject: [PATCH] docs: optional create venv --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ccd80c..da6373c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ ### For users 1. Install [Python>=3.9](https://www.python.org/) and [pip](https://pip.pypa.io/) -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` +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` +4. Run it by `joj3-config-generator --help` ### For developers