diff options
| author | historia <historiavg@proton.me> | 2026-08-24 03:08:29 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 03:08:29 -0400 |
| commit | 8e54a42db2690e0ac7f09fd400b29ad2fb2c9c5a (patch) | |
| tree | 0aaf78bf801c5a0eecc26528750de587c5b6c1d1 /app/docs/backend-faster.md | |
| parent | f00249db9d1ea051d29aa1bcca869fc4b88e83eb (diff) | |
| download | tts-audiobook-generator-8e54a42db2690e0ac7f09fd400b29ad2fb2c9c5a.tar.gz | |
chore: update backend docs with custom venv
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]" ``` |
