1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-22 07:42:32 +00:00

Updated Installation (markdown)

morpheus65535 2020-08-17 23:58:31 -04:00
parent 56c54add03
commit 08c7e8552f

@ -78,7 +78,7 @@ Configuration files for Bazarr are stored in `/config`.
1. Upgrade Python to version 3.7 or greater.
2. Run `sudo git clone https://github.com/morpheus65535/bazarr.git /opt/bazarr`
3. Install Python requirements using `pip install -r requirements.txt`
3. Install Python requirements using `python3 -m pip install -r requirements.txt`
> (Raspbian) Don't worry about `lxml` not being installed at this step, you have installed the module through `apt-get` anyway.
4. Change ownership to your preferred user for running programs (replace both instances of $user)