From da616ac6d4620eb3bfbd69e9ce8656bcadc59594 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 8 Dec 2015 11:42:26 -0200 Subject: [PATCH] Add git setup and repo fork instructions to README --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 `_::