diff options
Diffstat (limited to 'app/docs/backend-faster.md')
| -rw-r--r-- | app/docs/backend-faster.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/docs/backend-faster.md b/app/docs/backend-faster.md index b08e057..4d193b7 100644 --- a/app/docs/backend-faster.md +++ b/app/docs/backend-faster.md @@ -9,7 +9,8 @@ If you prefer to install the backend yourself (in your own environment, not the Install into your environment (the same one used for qwen-tts is fine): ```bash -conda activate audiobook +python -m venv audiobook +source audiobook/bin/activate pip install -U qwen-tts pip install "faster-qwen3-tts[demo]" ``` |
