diff options
| author | historia <historiavg@proton.me> | 2026-08-27 00:04:16 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 00:04:16 -0400 |
| commit | 5b98993b13dafe9a85495e4c68ad9b42863ef2bf (patch) | |
| tree | 57db1566deb5351ec6bfb8c70de4126bbc5fc2da /README.md | |
| parent | f18f421d9180ae0e3bff9496b1fdaf53d3624a75 (diff) | |
| download | tts-audiobook-generator-5b98993b13dafe9a85495e4c68ad9b42863ef2bf.tar.gz | |
feat: separate venvs for qwen-tts and faster, manage (un)installs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
