chore: update readme section on Python env

This commit is contained in:
Ayo Ayco 2025-09-05 09:14:20 +02:00
parent ca3c5c42eb
commit c65fe384bd

View file

@ -14,7 +14,7 @@ $ git clone https://git.ayo.run/ayo/simple-tts
$ cd simple-tts $ cd simple-tts
``` ```
Create new environment. Here I use `conda`. 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.
```bash ```bash
$ conda create -n tts $ conda create -n tts