|
|
@ -12,7 +12,9 @@ Reproduzir exatamente (ou o mais próximo possível) a funcionalidade existente. |
|
|
|
|
|
|
|
Instalar as seguintes dependências de sistema (no Ubuntu): |
|
|
|
|
|
|
|
sudo apt-get install python-psycopg2 |
|
|
|
sudo apt-get install python3-dev libpq-dev python-psycopg2 graphviz graphviz-dev \ |
|
|
|
postgresql postgresql-contrib pgadmin3 |
|
|
|
|
|
|
|
|
|
|
|
* Criar um virtualenv usando python 3 para o projeto e ativá-lo. Se vc usa o |
|
|
|
[virtualenvwrapper](https://virtualenvwrapper.readthedocs.org/en/latest/install.html#basic-installation): |
|
|
|