From d24fee59ae35c23afd97100e62dd8b81e2b85443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Fri, 11 Jan 2019 10:59:21 +0100 Subject: [PATCH] Documented installation of ffprobe and blender --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7edf8284..c3a88f46 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ Author: Sybren A. Stüvel <sybren@blender.studio> ## Installation - Make sure you have Flamenco Manager up and running. -- Install [FFmpeg](https://ffmpeg.org/) and make sure the `ffmpeg` binary is on `$PATH`. +- Install [Blender](https://blender.org/download) and make sure the `blender` binary is on `$PATH`. +- Install [FFmpeg](https://ffmpeg.org/) and make sure the `ffmpeg` and `ffprobe` binaries are + on `$PATH`. If you only intend to run Flamenco Worker and not run any unit tests, you can + skip `ffprobe`. - Install Flamenco Worker in one of two ways: - If you have a distributable zip file (see [Packaging for distribution](#packaging-for-distribution)) unzip it, `cd` into it, -- GitLab