mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-28 08:35:53 +00:00
Updated Installation Running from Source (markdown)
parent
7c230cb487
commit
1c2c341c1b
1 changed files with 3 additions and 3 deletions
|
@ -6,22 +6,22 @@ Windows:
|
|||
|
||||
* Install [GIT](http://git-scm.com/)
|
||||
* Install Python 2.7.13 or greater (latest is good) from [this link](https://www.python.org/downloads/release/python-2715/)
|
||||
* Install gevent Python module using `pip install gevent`.
|
||||
* 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.
|
||||
* Run `git clone https://github.com/morpheus65535/bazarr.git`.
|
||||
* Go to bazarr folder `cd bazarr`.
|
||||
* Install Python requirements using `pip install -r requirements.txt`.
|
||||
* You can now start bazarr via `python bazarr.py` to start bazarr.
|
||||
* Open your browser and go to `http://localhost:6767/`
|
||||
|
||||
OS X:
|
||||
|
||||
* Install Python-PIP using `easy_install pip`.
|
||||
* Install gevent Python module using `pip install gevent`.
|
||||
* Install [GIT](http://git-scm.com/)
|
||||
* Open up `Terminal`
|
||||
* Go to your App folder `cd /Applications`
|
||||
* Run `git clone https://github.com/morpheus65535/bazarr.git`
|
||||
* Go to bazarr folder `cd bazarr`.
|
||||
* Install Python requirements using `pip install -r requirements.txt`.
|
||||
* You can now start bazarr via `python bazarr.py` to start bazarr.
|
||||
* Open your browser and go to `http://localhost:6767/`
|
||||
|
||||
|
@ -31,8 +31,8 @@ Linux:
|
|||
* (Fedora / CentOS) Install [GIT](http://git-scm.com/) with `yum install git python-pip`
|
||||
* (Raspbian and maybe other ARM based distro) Install `python-dev` with `apt-get install python-dev`
|
||||
* Upgrade Python to version 2.7.13 or greater.
|
||||
* Install gevent Python module using `pip install gevent`.
|
||||
* 'cd' to the folder of your choosing.
|
||||
* Run `git clone https://github.com/morpheus65535/bazarr.git`.
|
||||
* Install Python requirements using `pip install -r requirements.txt`.
|
||||
* You can now start bazarr via `python bazarr.py` to start bazarr.
|
||||
* Open your browser and go to `http://localhost:6767/`
|
Loading…
Reference in a new issue