How to get Merengue
Merengue is an open-source project available under the LGPL license. It requires Python version 2.4 or higher, and Django version 1.1 or higher. There are several ways you can get it:
Option 1. Get the latest stable version
You can get the latest official version from pypi
tar xzvf merengue-0.7.0.tar.gz
cd merengue-0.7.0
sudo python setup.py installOr install it with easy_install:
sudo easy_install merengue Option 2. Get the latest development version
The latest and greatest Merengue version is the one that's in our Subversion repository (our revision-control system). Get it using this shell command, which requires Subversion:
svn checkout http://svn.merengueproject.org/trunk/merengueproj/ After you get it, see the installation guide for further instructions. We have mailing list merengue-developers, where other Merengue users and the Merengue developers themselves all hang out to help each other.