From d04a2aa06751c5ed14e642ad9287dbe734c83262 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 5 Sep 2025 22:38:32 +0200 Subject: [PATCH] chore: add "storage" as requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17b3d6f..9ed8149 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This is especially useful for the days when I don't have the mental energy to go 1. This is currently only tested working on Debian or Ubuntu-based distros. 1. GPU accelerators make the program run faster, but you need to have updated drivers for your device that `PyTorch` requires. However, it will still run fine on CPUs, just slower (up to 2x longer or more). 1. The following are required packages aside from the python dependencies. `espeak-ng` is used under the hood as a fallback engine for English languages, and `libvlc` is used as the default audio player for the generated audio. +1. Because it is not yet packaged or compiled, the dependencies and models are downloaded separately into your machine (within the python environment) and requires storage space. ```bash sudo apt update