chore: add usage to readme

This commit is contained in:
Ayo Ayco 2025-09-03 21:09:11 +02:00
parent 28e340e44f
commit e5c9aae613

View file

@ -41,10 +41,17 @@ sudo apt install vlc
> [!Note] > [!Note]
> Installing `vlc` via flatpak or snap will not work, as the code need access to `libvlc`. > 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. 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 ```bash
$ . env.sh $ . env.sh
``` ```
## Usage
To run the program it needs an input file. For example, using `input.txt`
```bash
$ python main.py input.txt
```