magcms/docs/install.rst

26 lines
446 B
ReStructuredText
Raw Normal View History

2016-04-18 14:25:38 +02:00
Installation
============
Requirements
-------------
Installation needs Python, pip and virtualenv::
apt-get install python-pip python-virtualenv
Gallery building needs graphicsmagick library::
2016-05-02 17:25:34 +02:00
apt-get install graphicsmagick ffmpeg
2016-04-18 14:25:38 +02:00
Installation in virtualenv
--------------------------
1. Create a virtualenv, and activate it::
virtualenv ve
source ve/bin/activate
2. Download and install Prosopopee::
pip install prosopopee