diff --git a/Installation---Running-from-Source.md b/Installation---Running-from-Source.md index 0fb7824..9d05fc6 100644 --- a/Installation---Running-from-Source.md +++ b/Installation---Running-from-Source.md @@ -1,11 +1,11 @@ ## Running from Source -bazarr require Python 2.7 and can be run from source. This will use *git* as updater, so make sure that is installed. +bazarr require Python 2.7.13 or greater and can be run from source. This will use *git* as updater, so make sure that is installed. Windows: * Install [GIT](http://git-scm.com/) -* Install Python 2.7.x (latest) from [this link](https://www.python.org/downloads/windows/) +* Install Python 2.7.13 or greater (latest is good) from [this link](https://www.python.org/downloads/windows/) * Open up CMD and go to the folder you want to install bazarr. Something like Program Files. * Run `git clone https://github.com/morpheus65535/bazarr.git`. * Go to bazarr folder `cd bazarr`. @@ -26,6 +26,7 @@ Linux: * (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` +* Upgrade Python to version 2.7.13 or greater. * 'cd' to the folder of your choosing. * Run `git clone https://github.com/morpheus65535/bazarr.git`. * You can now start bazarr via `python bazarr.py` to start bazarr.