From 73bd8eb5e6dc517d344a464e250906709004f20c Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 5 Sep 2025 09:16:16 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1223d39..3f7e29c 100644 --- a/README.md +++ b/README.md @@ -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