chore: update readme
This commit is contained in:
parent
66d9aeb96c
commit
4877361b80
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ cd simple-tts
|
||||||
Create new [Python virtual environment](https://realpython.com/python-virtual-environments-a-primer/). Here I use [`conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/install/), but [venv](https://docs.python.org/3/library/venv.html) is also good.
|
Create new [Python virtual environment](https://realpython.com/python-virtual-environments-a-primer/). Here I use [`conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/install/), but [venv](https://docs.python.org/3/library/venv.html) is also good.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conda create -n tts
|
conda create -n tts python=3.13
|
||||||
|
|
||||||
### (optional) for Intel XPU specific device usage:
|
### (optional) for Intel XPU specific device usage:
|
||||||
conda create -n tts --clone llm-pt26
|
conda create -n tts --clone llm-pt26
|
||||||
|
|
Loading…
Reference in a new issue