Skip to content

Commit 64d652a

Browse files
committed
update docs
1 parent 7eedd34 commit 64d652a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/backend/summary/quick-start.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,26 @@ title: 快速开始
4646

4747
3. 安装依赖包
4848

49+
::: warning
50+
此项目使用 uv 作为项目管理器,您需要先 [安装 uv](https://docs.astral.sh/uv/getting-started/installation/)
51+
如果您本地已经存在 uv, 建议将其升级至最新版本
52+
:::
53+
4954
- 架构依赖
5055

5156
拉取项目到本地后,在项目根目录打开终端,执行以下命令安装架构依赖
5257

5358
::: code-tabs
54-
@tab <Icon name="material-icon-theme:uv" />uv - pip
55-
56-
```shell:no-line-numbers
57-
uv pip install -r requirements.txt
58-
```
59-
6059
@tab <Icon name="material-icon-theme:uv" />uv - sync
6160

6261
```shell:no-line-numbers
6362
uv sync --frozen
6463
```
6564
66-
@tab <Icon name="material-icon-theme:python" />pip
65+
@tab <Icon name="material-icon-theme:uv" />uv - pip
6766
6867
```shell:no-line-numbers
69-
pip install -r requirements.txt
68+
uv pip install -r requirements.txt
7069
```
7170
7271
:::

0 commit comments

Comments
 (0)