From 8abeb313c21143fcdfe579d6e4f9fc48dddf7e2b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 31 Jul 2020 22:12:26 +0200 Subject: [PATCH] Updated Linux install instructions --- Installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 0e5d47f..8ea07b8 100644 --- a/Installation.md +++ b/Installation.md @@ -71,12 +71,13 @@ Configuration files for Bazarr are stored in `/config`. 1. Upgrade Python to version 3.7 or greater. -2. 'cd' to the folder of your choosing. +2. Run `git clone https://github.com/morpheus65535/bazarr.git /opt/bazarr`. -3. Run `git clone https://github.com/morpheus65535/bazarr.git`. +3. Install Python requirements using `pip install -r requirements.txt` -4. 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/nzbhydra` > (Raspbian) Don't worry about `lxml` not being installed at this step, you have installed the module through `apt-get` anyway. 5. You can now start bazarr via `python bazarr.py` to start bazarr.