From e34a45ce2d18fe150305efde3089a56c529989ce Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 19 Jul 2022 14:26:16 -0400 Subject: [PATCH] Clarify Ubuntu situation for python3-subprocess --- SETUP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 67c1fa3..a8a9899 100644 --- a/SETUP.md +++ b/SETUP.md @@ -63,9 +63,12 @@ This guide is provided as a basic starting point - there are myriad possible com 1. Install the required dependencies of `rffmpeg`: ``` - jellyfin1 $ sudo apt -y install python3-yaml python3-subprocess + jellyfin1 $ sudo apt -y install python3-yaml + jellyfin1 $ sudo apt -y install python3-subprocess ``` + Note: On some Ubuntu versions, `python3-subprocess` does not exist, and should instead be part of the Python standard library. Skip installing this package if it can't be found. + 1. Install the NFS kernel server. We will use NFS to export the various required directories so the transcode machine can read from and write to them. ```