Installation ============ Requirements ------------- Installation needs Python, pip and virtualenv:: apt-get install python-pip python-virtualenv Gallery building needs graphicsmagick library:: apt-get install graphicsmagick ffmpeg Installation in virtualenv -------------------------- 1. Create a virtualenv, and activate it:: virtualenv ve source ve/bin/activate 2. Download and install Prosopopee:: pip install prosopopee