chore: add usage to readme
This commit is contained in:
parent
28e340e44f
commit
e5c9aae613
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue