Skip to content

Commit

Permalink
Add git setup and repo fork instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcio Mazza committed Dec 8, 2015
1 parent ce48004 commit da616ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://virtualenvwrapper.readthedocs.org/en/latest/install.html#basic-installation>`_::

Expand Down

0 comments on commit da616ac

Please sign in to comment.