From a39af2808924b7ce334f97381472789b31615ee3 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Tue, 11 Oct 2016 23:25:29 +0200 Subject: [PATCH] Fixed readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1877beb..1db2c7d 100644 --- a/README.md +++ b/README.md @@ -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. +### 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.