chore: update readme
This commit is contained in:
parent
c65fe384bd
commit
73bd8eb5e6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ $ git clone https://git.ayo.run/ayo/simple-tts
|
|||
$ cd simple-tts
|
||||
```
|
||||
|
||||
Create new [Python 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
|
||||
$ conda create -n tts
|
||||
|
|
Loading…
Reference in a new issue