diff --git a/README.rst b/README.rst index 4f8eae106..4b87456db 100644 --- a/README.rst +++ b/README.rst @@ -17,11 +17,15 @@ Development Environment Installation * Install the following system dependencies (command bellow for Ubuntu):: - sudo apt-get install python3-dev libpq-dev graphviz-dev graphviz \ + sudo apt-get install git python3-dev libpq-dev graphviz-dev graphviz \ postgresql postgresql-contrib pgadmin3 python-psycopg2 nodejs npm sudo npm install -g bower +* Setup git, following the instructions in https://help.github.com/articles/set-up-git. + +* Fork and clone this repository, following the instructions in https://help.github.com/articles/fork-a-repo. + * Create a virtualenv using python 3 for the project and activate it. If you use `virtualenvwrapper `_::