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.