##Development version of QR poster project
###Current requirements:
- qr from RJ-Skunkworks
- python-qrcode - via pip
- Flask - via pip
- Image - via pip (installs Pillow)
- Wand - via pip
- For converting PDF posters to png thumbnails
- libmagickwand-dev for Linux
- This installs via apt-get install on Debian/Ubuntu along with a lot of dependencies
- imagemagick for MacPorts/Homebrew on Mac
- libmagickwand-dev for Linux
See requirements.txt
###Running the site
- You may need to change the variable QRGENPATH in routing.py to be able to import the qr library.
python runserver.py