File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -46,27 +46,26 @@ title: 快速开始
46
46
47
47
3 . 安装依赖包
48
48
49
+ ::: warning
50
+ 此项目使用 uv 作为项目管理器,您需要先 [ 安装 uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) ,
51
+ 如果您本地已经存在 uv, 建议将其升级至最新版本
52
+ :::
53
+
49
54
- 架构依赖
50
55
51
56
拉取项目到本地后,在项目根目录打开终端,执行以下命令安装架构依赖
52
57
53
58
::: 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
-
60
59
@tab <Icon name =" material-icon-theme:uv " />uv - sync
61
60
62
61
``` shell:no-line-numbers
63
62
uv sync --frozen
64
63
```
65
64
66
- @tab <Icon name="material-icon-theme:python " />pip
65
+ @tab <Icon name="material-icon-theme:uv " />uv - pip
67
66
68
67
```shell:no-line-numbers
69
- pip install -r requirements.txt
68
+ uv pip install -r requirements.txt
70
69
```
71
70
72
71
:::
You can’t perform that action at this time.
0 commit comments