From 50ef4d93a57522c1a19d88e6dbcf4d9e15fd54c1 Mon Sep 17 00:00:00 2001 From: MrPandir Date: Sat, 25 Jan 2025 10:59:11 +0100 Subject: [PATCH] fix: displaying python link in docker hub correctly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5084b7..7ed5112 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The model supports multilingualism (55 languages). It was trained on the [toxi-t ## Local Run > [!IMPORTANT] +> > Minimum requirement [Python 3.9](https://www.python.org/downloads). > > This project uses [Rye](https://rye.astral.sh) for dependency management, but it is also possible to install dependencies via pip. This is not necessary.