From bde43e22f78e89cd4755e5dcfa6286c97e9a3847 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Mon, 2 May 2016 17:25:34 +0200 Subject: [PATCH] add ffmpeg in requirements --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 961fd63..7d94e6d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -10,7 +10,7 @@ Installation needs Python, pip and virtualenv:: Gallery building needs graphicsmagick library:: - apt-get install graphicsmagick + apt-get install graphicsmagick ffmpeg Installation in virtualenv --------------------------