From 7e03fad19f424e641f79868a10c688c8bd30ae6b Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 19 Oct 2019 18:13:00 -0400 Subject: [PATCH] Mention dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d899852..1d0cb85 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ rffmpeg is a remote FFmpeg wrapper used to execute FFmpeg commands on a remote s ## Usage +1. Install the required Python 3 dependencies: `yaml` and `subprocess`. + 1. Create the directory `/etc/rffmpeg`. 1. Copy the `rffmpeg.yml.sampel` file to `/etc/rffmpeg/rffmpeg.yml` and edit it to suit your needs.