From 4877361b80c6aae77e70f2aeac9ba6147a43620a Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 2 Oct 2025 10:56:32 +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 9d08629..d867e5b 100644 --- a/README.md +++ b/README.md @@ -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. ```bash -conda create -n tts +conda create -n tts python=3.13 ### (optional) for Intel XPU specific device usage: conda create -n tts --clone llm-pt26