1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 01:02:19 +00:00

Added Linux requirements

This commit is contained in:
morpheus65535 2017-12-28 14:19:33 -05:00
parent b2af618f81
commit 2eb59af91c

View file

@ -46,7 +46,7 @@ Windows:
* You can now start bazarr via `bazarr.py` to start bazarr. * You can now start bazarr via `bazarr.py` to start bazarr.
* Open your browser and go to `http://localhost:6767/` * Open your browser and go to `http://localhost:6767/`
OS X (untested): OS X:
* Install [GIT](http://git-scm.com/) * Install [GIT](http://git-scm.com/)
* Open up `Terminal` * Open up `Terminal`
@ -60,7 +60,6 @@ Linux:
* (Ubuntu / Debian) Install [GIT](http://git-scm.com/) with `apt-get install git-core` * (Ubuntu / Debian) Install [GIT](http://git-scm.com/) with `apt-get install git-core`
* (Fedora / CentOS) Install [GIT](http://git-scm.com/) with `yum install git` * (Fedora / CentOS) Install [GIT](http://git-scm.com/) with `yum install git`
* (Ubuntu / Debian) Install OS requirements: `apt-get install -y build-essential python-dev python-pip python-setuptools libjpeg-dev zlib1g-dev git libgit2-dev libffi-dev`
* 'cd' to the folder of your choosing. * 'cd' to the folder of your choosing.
* Run `git clone https://github.com/morpheus65535/bazarr.git` * Run `git clone https://github.com/morpheus65535/bazarr.git`
* Run `pip install -r requirements.txt` to install dependencies. * Run `pip install -r requirements.txt` to install dependencies.