Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 847 Bytes

README.md

File metadata and controls

executable file
·
26 lines (20 loc) · 847 Bytes

qrwebsite

Build Status

##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

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