Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ronnix/wordcloud
- Owner: ronnix
- Created: 2011-01-21T19:47:42.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-21T19:57:12.000Z (almost 14 years ago)
- Last Synced: 2024-05-01T13:30:10.464Z (6 months ago)
- Topics: competitive-programming, pylons, python
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Installation and Setup
======================Make a Python virtual environment::
virtualenv --no-site-packages .
source bin/activateInstall dependencies in the virtualenv::
pip install -r requirements.txt
Start the server::
paster serve development.ini