mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
Updated Linux install instructions
parent
2b02951262
commit
8abeb313c2
1 changed files with 4 additions and 3 deletions
|
@ -71,12 +71,13 @@ Configuration files for Bazarr are stored in `/config`.
|
||||||
|
|
||||||
1. Upgrade Python to version 3.7 or greater.
|
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.
|
> (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.
|
5. You can now start bazarr via `python bazarr.py` to start bazarr.
|
||||||
|
|
Loading…
Reference in a new issue