Skip to content

My submission to the "Agile Open Cup" challenge at Agile Open France 2011, implemented in Python using the Pylons web framework.

Notifications You must be signed in to change notification settings

ronnix/wordcloud

Repository files navigation

Installation and Setup
======================

Make a Python virtual environment::

    virtualenv --no-site-packages .
    source bin/activate

Install dependencies in the virtualenv::

    pip install -r requirements.txt

Start the server::

    paster serve development.ini

About

My submission to the "Agile Open Cup" challenge at Agile Open France 2011, implemented in Python using the Pylons web framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages