From e5c9aae613fe9f790c6924d3336d8d92d1b4bb89 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 3 Sep 2025 21:09:11 +0200 Subject: [PATCH] chore: add usage to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b0d79..94ad3e0 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,17 @@ sudo apt install vlc > [!Note] > Installing `vlc` via flatpak or snap will not work, as the code need access to `libvlc`. -## Intel XPU usage +## Intel XPU environmental variables For XPUs, we need to set some environmental variables. I have added a `env.sh` script which will activate the conda environment `tts` and set the environmental variables. ```bash $ . env.sh ``` +## Usage + +To run the program it needs an input file. For example, using `input.txt` + +```bash +$ python main.py input.txt +```