Fixed readme

This commit is contained in:
Antonio de la Rosa 2016-10-11 23:25:29 +02:00
parent af1f3ecfb9
commit a39af28089

View file

@ -55,5 +55,10 @@ This command will install in your server paramecio framework with its dependenci
When Paramecio finish the installing, you can create your first paramecio site with `paramecio` command. When Paramecio finish the installing, you can create your first paramecio site with `paramecio` command.
### Tipical errors
If you get am error in your installation of any dependencies how MarkupSafe or SqlAlchemy, please install gcc or install manually mako and sqlalchemy with your package manager. For example for debian and ubuntu:
`apt-get install python3-mako python3-sqlalchemy` and try pip3 command again.