From e598e4e97280827293f8907ac2b953b40d41918f Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 1 Aug 2020 10:31:58 +0200 Subject: [PATCH] Update Installation.md layout fix --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 99096c8..62312bd 100644 --- a/Installation.md +++ b/Installation.md @@ -77,6 +77,7 @@ Configuration files for Bazarr are stored in `/config`. 2. Run `sudo git clone https://github.com/morpheus65535/bazarr.git /opt/bazarr` 3. Install Python requirements using `pip install -r requirements.txt` 4. Change ownership to your preferred user for running programs (replace both instances of $user) + `sudo chown -R $user:$user /opt/bazarr` > (Raspbian) Don't worry about `lxml` not being installed at this step, you have installed the module through `apt-get` anyway.