From 5b98993b13dafe9a85495e4c68ad9b42863ef2bf Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 27 Aug 2026 00:04:16 -0400 Subject: feat: separate venvs for qwen-tts and faster, manage (un)installs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 775b9db..e1fa32d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cd tts-audiobook-generator - `./output` - Audio files will output here - `./voices` - `.wav` files of voices to clone (10-20 seconds) -3. Run `audiobook.py`. It will automatically created a virtual environment and install its requirements. +3. Run `audiobook.py`. It will automatically create the app's virtual environment and install its requirements (each pip-installed TTS backend later gets a managed venv of its own under `app/envs/`). ``` python audiobook.py ``` -- cgit v1.2.3