1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 05:25:28 +00:00

Update Installation.md

layout fix
TRaSH 2020-08-01 10:31:58 +02:00
parent 6dc9a06488
commit e598e4e972

@ -77,6 +77,7 @@ Configuration files for Bazarr are stored in `/config`.
2. Run `sudo git clone https://github.com/morpheus65535/bazarr.git /opt/bazarr`
3. 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/bazarr`
> (Raspbian) Don't worry about `lxml` not being installed at this step, you have installed the module through `apt-get` anyway.