Skip to content

Commit

Permalink
有关 README.md 的修复
Browse files Browse the repository at this point in the history
上一次 README.md 提交的编辑位置有误。抱歉
  • Loading branch information
KKiiya authored Dec 12, 2024
1 parent a75319d commit c164f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ apt-get install ffmpeg
3. 终端中执行命令 `git clone https://github.com/jianchang512/pyvideotrans`
4. 继续执行命令 `cd pyvideotrans`
5. 继续执行 `python -m venv venv`
6. 继续执行命令 `venv\Scripts\activate`,执行完毕查看确认终端命令提示符已变成已`(venv)`开头,以下命令必须确定终端提示符是以`(venv)`开头
6. 继续执行命令 `source .\venv\scripts\activate`,执行完毕查看确认终端命令提示符已变成已`(venv)`开头,以下命令必须确定终端提示符是以`(venv)`开头
7. 执行 `pip install -r requirements.txt`,如果提示失败,执行如下2条命令切换pip镜像到阿里镜像
```
Expand Down Expand Up @@ -225,7 +225,7 @@ apt-get install ffmpeg
3. 执行命令 `git clone https://github.com/jianchang512/pyvideotrans`
4. 继续执行命令 `cd pyvideotrans`
5. 继续执行 `python -m venv venv`
6. 继续执行命令 `.\venv\scripts\activate`,执行后请查看确认命令行开头已变成了`(venv)`,否则说明出错
6. 继续执行命令 `venv\Scripts\activate`,执行后请查看确认命令行开头已变成了`(venv)`,否则说明出错
7. 执行 `pip install -r requirements.txt `,如果提示失败,执行如下2条命令切换pip镜像到阿里镜像
```
Expand Down

0 comments on commit c164f77

Please sign in to comment.