1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-22 07:42:32 +00:00

Updated Installation Running from Source (markdown)

morpheus65535 2018-10-12 21:14:27 -04:00
parent e5a6071127
commit f3a138419e

@ -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.