mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
Update Installation.md
Updated the linux install
parent
1aea8059f2
commit
6dc9a06488
1 changed files with 15 additions and 9 deletions
|
@ -26,12 +26,14 @@ bazarr requires Python 3.7 or greater and can be run from source. This will use
|
|||
1. Install [GIT](http://git-scm.com/)
|
||||
2. Install Python 3.7 or greater (latest is good) from [this link](https://www.python.org/downloads/release/python-381/) and make sure to check the box to have Python directory added to the system path variable.
|
||||
3. Open up CMD and go to the folder you want to install bazarr. Do not use `C:\Program Files` or `C:\Program Files (x86)` as you could run into strange issues. Something like `C:\bazarr` is a better choice.
|
||||
4. Run `git clone https://github.com/morpheus65535/bazarr.git`.
|
||||
5. Go to the bazarr folder `cd bazarr`.
|
||||
6. Install Python requirements using `pip install -r requirements.txt`.
|
||||
4. Run `git clone https://github.com/morpheus65535/bazarr.git`
|
||||
5. Go to the bazarr folder `cd bazarr`
|
||||
6. Install Python requirements using `pip install -r requirements.txt`
|
||||
7. You can now start bazarr via `python bazarr.py` to start bazarr.
|
||||
8. Open your browser and go to `http://localhost:6767/`
|
||||
|
||||
------
|
||||
|
||||
------
|
||||
### Docker
|
||||
|
||||
|
@ -61,6 +63,8 @@ Configuration files for Bazarr are stored in `/config`.
|
|||
|
||||
------
|
||||
|
||||
------
|
||||
|
||||
### Linux
|
||||
|
||||
- (Ubuntu / Debian) Install [GIT](http://git-scm.com/) with `apt-get install git-core python3-pip python3-distutils`
|
||||
|
@ -70,19 +74,17 @@ Configuration files for Bazarr are stored in `/config`.
|
|||
- (Raspbian and maybe other ARM based distro) Install `python3-dev` with `apt-get install libxml2-dev libxslt1-dev python3-libxml2 python3-lxml unrar-free ffmpeg libatlas-base-dev`
|
||||
|
||||
1. Upgrade Python to version 3.7 or greater.
|
||||
|
||||
2. Run `git clone https://github.com/morpheus65535/bazarr.git /opt/bazarr`.
|
||||
|
||||
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`
|
||||
`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.
|
||||
5. You can now start bazarr via `python bazarr.py` to start bazarr.
|
||||
6. Open your browser and go to `http://localhost:6767/`
|
||||
|
||||
------
|
||||
|
||||
------
|
||||
### MacOS
|
||||
|
||||
|
@ -110,6 +112,8 @@ bazarr will run in this Terminal session. Closing the session will stop bazarr.
|
|||
|
||||
Access bazarr via browser at https://localhost:6767/
|
||||
|
||||
------
|
||||
|
||||
------
|
||||
### FreeBSD
|
||||
|
||||
|
@ -132,6 +136,8 @@ Disclaimer: I don't know how rc.d works so the script is pretty crappy and doesn
|
|||
|
||||
6. Check if it works `python3 bazarr.py`. You should see `BAZARR is started and waiting for request on http://0.0.0.0:6767/`
|
||||
|
||||
------
|
||||
|
||||
------
|
||||
### Synology
|
||||
|
||||
|
|
Loading…
Reference in a new issue