Fixes in readme

This commit is contained in:
absurdo 2023-11-03 23:02:27 +01:00
parent c44483e626
commit d4a6a91940

View file

@ -1,4 +1,4 @@
# A simple webframework based in Bottle and Mako for create nice webapps
# A simple webframework based in Flask and Mako for create nice webapps with an admin dashboard
# Installation
@ -10,17 +10,17 @@ For install Paramecio you need a server preferably with GNU/Linux installed. Par
Also, you need the next software installed in your os:
### Python 3.5 or later.
### Python 3.8 or later.
Paramecio should work fine in 3.5 but is tested in 3.6 and 3.7 python 3 versions.
Paramecio should work fine in 3.5 but is tested in 3.10 and 3.11 python 3 versions actually.
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 sane versions of python3. In new Fedora 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 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`.
### MySQL or MariaDB database servers.
MariaDB 10.0 and later are recommended.
MariaDB 10.6 and later are recommended but is compatible with MariaDB 10.
In Debian and Ubuntu you can install MariaDB using the next command: `apt-get install mariadb-server`.