diff --git a/readme.md b/readme.md index 617e9c35b82b1dc807c74bf31f686ef0115bb0ea..ab3368923577a4a93a7aedd86161e9aa8c2a898b 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # SMart SCHeduling ## Required software (on ubuntu's OS family): - - `sudo apt-get install libpq-dev python-dev postgresql postgresql-contrib python virtualenv python-virtualenv` + - `sudo apt-get install libpq-dev python-dev postgresql postgresql-contrib python virtualenv python-virtualenv gcc` ## Postgres installation - If you don't have postgres installed, complete step seven from [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn) (remember to save all the credentials, they will be necessary to run the application).