Software requirements - solstag/scaleupbrazil GitHub Wiki
Software requirements
prepare-images.py
- the Python Image Library (PIL)
Assuming you have pip installed, you can install PIL with
$ sudo pip install PIL
http://www.pythonware.com/library/pil/handbook/image.htm
- 'convert' from the ImageMagick suite
- 'pdfimages' from the Poppler PDF rendering library
http://poppler.freedesktop.org/
captricityDatabase.py
- 'pymongo' for interacting with MongoDB
$ sudo pip install pymongo
- 'bcrypt' for handling passwords
$ sudo pip install py-bcrypt
web interface
- 'webpy' for running the web framework
- we use Apache and mod_wsgi on a Mac for our server