Commit ·
cb0faf1
1
Parent(s): fcdfcdf
docs: update Chinese README to include model download instructions
Browse files- README_CN.md +7 -0
README_CN.md
CHANGED
|
@@ -44,6 +44,13 @@ source .venv/bin/activate
|
|
| 44 |
# 安装依赖
|
| 45 |
pip install -e .
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
# 复制环境变量模板
|
| 48 |
cp .env.example .env
|
| 49 |
|
|
|
|
| 44 |
# 安装依赖
|
| 45 |
pip install -e .
|
| 46 |
|
| 47 |
+
# 下载唤醒词模型和声音效果
|
| 48 |
+
# Linux/Mac:
|
| 49 |
+
./download_models.sh
|
| 50 |
+
|
| 51 |
+
# Windows:
|
| 52 |
+
powershell -ExecutionPolicy Bypass -File download_models.ps1
|
| 53 |
+
|
| 54 |
# 复制环境变量模板
|
| 55 |
cp .env.example .env
|
| 56 |
|