Skip to content

Commit

Permalink
clarify pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
graik committed Jan 10, 2017
1 parent f91d55d commit 6464ee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -140,6 +140,12 @@ once you have familiarized yourself with the permission and group management.
Setup for development <a name="devsetup"></a>
----------------------

The default setup from PIP assumes you already have the following installed:
* Python 2.7
* virtualEnv (Ubuntu/Debian: python-virtualenv)
* Postgresql development (Ubuntu/Debian: libpq-dev; Redhat/CentOS: postgresql-devel; Cygwin: libpq-devel)
** Note: you can use any other Django-supported database backend but the default configuration is for postgresql

Download / Checkout the rotmic project into a new folder, create a python
virtual environment and install all the required third-party dependencies:
```shell
Expand Down

0 comments on commit 6464ee1

Please sign in to comment.