Skip to content

Commit

Permalink
Merge pull request #664 from KKiiya/patch-1
Browse files Browse the repository at this point in the history
修正了 README.md 中的错误命令
  • Loading branch information
jianchang512 authored Dec 12, 2024
2 parents 2be1e34 + 50d8243 commit a75319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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. 继续执行命令 `source ./venv/bin/activate`,执行完毕查看确认终端命令提示符已变成已`(venv)`开头,以下命令必须确定终端提示符是以`(venv)`开头
6. 继续执行命令 `venv\Scripts\activate`,执行完毕查看确认终端命令提示符已变成已`(venv)`开头,以下命令必须确定终端提示符是以`(venv)`开头
7. 执行 `pip install -r requirements.txt`,如果提示失败,执行如下2条命令切换pip镜像到阿里镜像
```
Expand Down

0 comments on commit a75319d

Please sign in to comment.