mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 07:42:32 +00:00
Updated Installation (markdown)
parent
56c54add03
commit
08c7e8552f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue