diff --git a/Installation-Running-from-Source.md b/Installation-Running-from-Source.md index ea2e54a..19393a5 100644 --- a/Installation-Running-from-Source.md +++ b/Installation-Running-from-Source.md @@ -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/` \ No newline at end of file