Run from source¶
bazarr requires Python 3.8 or greater and can be run from source.
- Install Python 3.8 or greater (Till Python 3.8.6 Tested) from this link and make sure to check the box to have Python directory added to the system path variable.
-
Open up CMD and go to the folder you want to install bazarr.
Attention
Do not use
C:\Program Files
orC:\Program Files (x86)
as you could run into strange issues. Something likeC:\bazarr
is a better choice. -
Download the latest release of Bazarr here
- Extract the content of the zipped release to the previously created
bazarr
directory -
Go to the bazarr folder:
cd bazarr
-
Install Python requirements using:
pip install -r requirements.txt
-
You can now start bazarr with the following command:
python bazarr.py
-
Open your browser and go to http://localhost:6767/
Please see the autostart page for service installation instructions.