From 813a7761c857d63d5c99ce7950e2aea04f95b3a1 Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Tue, 5 Nov 2024 14:16:36 +0800 Subject: [PATCH] update:readme and tutorial --- README.md | 8 +++++++- README_en.md | 8 +++++++- docs/tutorial.md | 2 +- docs/tutorial_en.md | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d3d762..898fd80 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,14 @@ Fork 本项目并开启工作流更新,具体步骤请见[详细教程](./docs ### 方式二:命令行 ```python -pip3 install pipenv +pip install pipenv +``` + +```python pipenv install +``` + +```python pipenv run build ``` diff --git a/README_en.md b/README_en.md index 11b5c6d..011fe0d 100644 --- a/README_en.md +++ b/README_en.md @@ -117,8 +117,14 @@ Fork this project and initiate workflow updates, detailed steps are available at ### Method 2: Command Line ```python -pip3 install pipenv +pip install pipenv +``` + +```python pipenv install +``` + +```python pipenv run build ``` diff --git a/docs/tutorial.md b/docs/tutorial.md index d4d229e..8b7d24d 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -174,7 +174,7 @@ https://mirror.ghproxy.com/raw.githubusercontent.com/您的github用户名/仓 2. 运行更新 项目目录下打开终端 CMD 依次运行以下命令: -pip3 install pipenv +pip install pipenv pipenv install pipenv run build ``` diff --git a/docs/tutorial_en.md b/docs/tutorial_en.md index 154b3aa..24f29df 100644 --- a/docs/tutorial_en.md +++ b/docs/tutorial_en.md @@ -171,7 +171,7 @@ Please download and install Python from the official site. During installation, 2. Run Update Open a CMD terminal in the project directory and run the following commands in sequence: -pip3 install pipenv +pip install pipenv pipenv install pipenv run build ```