From 567c06e1a45908cd52e4e409072f1cd4e170b9c6 Mon Sep 17 00:00:00 2001 From: absurdo Date: Fri, 3 Nov 2023 23:11:50 +0100 Subject: [PATCH] Fixes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a8108..f8f7473 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Paramecio should work fine in 3.5-3.9 but is tested in 3.10 and 3.11 python 3 ve In Debian and Ubuntu you can install Python 3 using the next command: `apt-get install python3`. -In Fedora and other Red Hat derived distros you can use `yum install python3`. In RedHat/Centos 6 or 7 you need install [Ius Repos](https://ius.io/GettingStarted/) for get recent versions of python3. In new Fedora and new Red Hat/CentOS/derivated versions you can use dnf, a drop-in replacement for yum: `dnf install python3`. +In Fedora and other Red Hat derived distros you can use `yum install python3`. In RedHat/Centos 6 or 7 are not supported. In new Fedora and new Red Hat/CentOS/derivated versions you can use dnf, a drop-in replacement for yum: `dnf install python3`. ### MySQL or MariaDB database servers.