Skip to content

Commit 5fd7fd5

Browse files
committed
更新readme
1 parent ed33ff1 commit 5fd7fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
```bash
100100
# 安装 uv
101101
pip install uv -U # 或查看教程 https://docs.astral.sh/uv/getting-started/installation/#standalone-installer
102-
sh install_uv.sh
102+
bash install_uv.sh # 也可以复制 install_uv.sh 中的内容一条一条执行
103103
```
104104

105105
#### 1.2 conda 方式 安装(后期将弃用,可选)
@@ -112,7 +112,7 @@ conda create -n gpt_server python=3.10
112112
conda activate gpt_server
113113

114114
# 3. 安装仓库(一定要使用 install.sh 安装,否则无法解决依赖冲突)
115-
sh install.sh
115+
bash install.sh
116116
```
117117

118118
### 2. 修改启动配置文件

0 commit comments

Comments
 (0)