Skip to content

Commit

Permalink
Update install_locally_zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Huanshere committed Sep 9, 2024
1 parent 4d54e66 commit de10d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install_locally_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ VideoLingo 语音识别文本步骤提供多种 Whisper 方案的选择(因为
- 安装 [CMake](https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-windows-x86_64.msi)

### 安装步骤
> 遇到问题可以把整个步骤丢给 GPT 问问~
> 遇到问题可以把整个步骤丢给 GPT 问问~
1. 打开 Anaconda Prompt 并切换到桌面目录:
```bash
cd desktop
Expand All @@ -51,7 +51,7 @@ VideoLingo 语音识别文本步骤提供多种 Whisper 方案的选择(因为

3. 配置虚拟环境:
```bash
conda create -n videolingo python=3.10.0
conda create -n videolingo python=3.11.0
conda activate videolingo
```

Expand Down

0 comments on commit de10d73

Please sign in to comment.