aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```