Fixes in readme

This commit is contained in:
absurdo 2023-11-03 23:11:50 +01:00
parent 41ad3590e6
commit 567c06e1a4

View file

@ -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.