From a1654774af6ed8d5e770422908caeb084b6b55b0 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Thu, 23 Oct 2014 14:06:48 -0700 Subject: [PATCH] Add libopusfile-dev to apt-get install command --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 21a18a0..9525de0 100644 --- a/SETUP.md +++ b/SETUP.md @@ -10,7 +10,7 @@ This is the bulk of the setup process. Most of the dependencies can be installed ``` $ sudo add-apt-repository ppa:mc3man/trusty-media $ sudo apt-get update -$ sudo apt-get install protobuf-c-compiler libprotobuf-c0-dev lua5.2 liblua5.2-dev libvorbis-dev libssl-dev libev-dev python-pip ffmpeg +$ sudo apt-get install protobuf-c-compiler libprotobuf-c0-dev lua5.2 liblua5.2-dev libvorbis-dev libssl-dev libev-dev python-pip ffmpeg libopusfile-dev ``` Then just install the python module `pafy` with `pip`: