From 51aee40854a69cabf76d5e43e2734213f1956f08 Mon Sep 17 00:00:00 2001 From: Samuel Sithakoul <66365083+Rubiksman78@users.noreply.github.com> Date: Wed, 28 Dec 2022 10:24:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6445cf..eedb52f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There is also emotion detection with the webcam with a model from [HSEmotion](ht - Clone the repository or download the latest release (`source code.zip`) - Go to the project folder with your favorite IDE -- Be sure to have Python installed (3.8 or 3.9) +- Be sure to have Python installed (3.8 or 3.9), TTS doesn't work with 3.10 To setup all the libraries: - Just do `pip install -r requirements.txt` in a terminal opened within the project folder