Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronnix/wordcloud

My submission to the "Agile Open Cup" challenge at Agile Open France 2011, implemented in Python using the Pylons web framework.
https://github.com/ronnix/wordcloud

competitive-programming pylons python

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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