Updated Installation (markdown)

morpheus65535 2021-04-02 10:19:41 -04:00
parent e1794486de
commit 730b137901
1 changed files with 4 additions and 4 deletions

@ -25,7 +25,7 @@ bazarr requires Python 3.7 or greater and can be run from source.
1. Install Python 3.7 or greater (Till [Python 3.8.6](https://www.python.org/downloads/release/python-386/) Tested) from [this link](https://www.python.org/downloads/release/python-386/) and make sure to check the box to have Python directory added to the system path variable.
2. 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.
3. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip)
3. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/archive/refs/heads/master.zip)
4. Extract the content of the zipped release to the previously created `bazarr` directory
5. Go to the bazarr folder `cd bazarr`
6. Install Python requirements using `pip install -r requirements.txt`
@ -77,7 +77,7 @@ Configuration files for Bazarr are stored in `/config`.
> `sudo 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. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip)
2. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/archive/refs/heads/master.zip)
3. Extract the content of the zipped release to the previously created `bazarr` directory
4. Install Python requirements using `python3 -m pip install -r requirements.txt`
@ -98,7 +98,7 @@ bazarr requires Python 3.7.x or 3.8.x (**system Python 2.7.10 not supported**) a
1. Install Python from [this link](https://www.python.org/ftp/python/3.8.6/python-3.8.6-macosx10.9.pkg)
2. Open Terminal
3. Change Directory To Applications `cd /Applications` and create a `bazarr` directory
4. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip)
4. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/archive/refs/heads/master.zip)
5. Extract the content of the zipped release to the previously created `bazarr` directory
6. Change Directory To bazarr `cd bazarr`
7. Install bazarr requirements `python3.8 -m pip install -r requirements.txt`
@ -120,7 +120,7 @@ Disclaimer: I don't know how rc.d works so the script is pretty crappy and doesn
1. Install the required software `pkg update && pkg install python3 py3X-pip py3X-libxml2 libxslt py3X-sqlite3 unrar ffprobe` where `py3X` must be replaced with the Python3 version you use for Bazarr.
2. `cd /usr/local/share`
3. Create a `bazarr` directory
4. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip)
4. Download latest release of Bazarr [here](https://github.com/morpheus65535/bazarr/archive/refs/heads/master.zip)
5. Extract the content of the zipped release to the previously created bazarr directory
6. `cd bazarr`
7. Install Python requirements using `python3 -m pip install -r requirements.txt`