From 699211ad7f9b2fc87ee3e7cdc3ebd99e5867625a Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 19 Nov 2020 06:51:29 -0500 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/Installation.md b/Installation.md index f19ebcb..2152997 100644 --- a/Installation.md +++ b/Installation.md @@ -92,44 +92,25 @@ Configuration files for Bazarr are stored in `/config`. ------ ### MacOS -Instruction as provided by ??? and fixes/updates by @great_vc +bazarr requires Python 3.7.x or 3.8.x (**system Python 2.7.10 not supported**) and can be run from source. This will use *git* as the updater, so make sure that it's installed. -bazarr requires Python 3.7 or greater (**system Python 2.7.10 not supported**) and can be run from source. This will use *git* as the updater, so make sure that it's installed. +1. Install [GIT](http://git-scm.com/) -How To Install Bazarr on Mac OS 10.14 in Terminal +2. Install Python from [this link](https://www.python.org/ftp/python/3.8.6/python-3.8.6-macosx10.9.pkg) -1. Install Homebrew `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2 /dev/null` +3. Open Terminal -2. Install pyenv `brew install pyenv-virtualenv` +4. Change Directory To Applications `cd /Applications` -3. Add Homebrew Directory To Path `export PATH="/usr/local/bin:/usr/local/sbin:$PATH"` +5. Get Bazarr `git clone https://github.com/morpheus65535/bazarr.git` -4. Install Python 3.7 `brew install python` +6. Change Directory To bazarr `cd bazarr` -5. Add Python 3.7 Directory to Path `export PATH="/usr/local/opt/python/libexec/bin:$PATH"` +7. Install bazarr requirements `python38 -m pip install -r requirements.txt` -6. Install virtualenv `pip install virtualenv` +8. Run bazarr `Python3 bazarr.py` -7. Create A Python 3.7 Virtual Environment `virtualenv -p /usr/local/bin/python venv` - - > use `python --version` to see which version python you got installed. -8. Activate The Virtual Environment `source venv/bin/activate` - -9. Change Directory To Applications `cd /Applications` - -10. Get Bazarr `git clone https://github.com/morpheus65535/bazarr.git` - -11. Change Directory To bazarr `cd bazarr` - -12. Install bazarr requirements `python3 -m pip install -r requirements.txt` - -13. install ffmpeg `brew install ffmpeg` (could take some time) - -14. Run bazarr `Python3 bazarr.py` - -To Run bazarr in future, open the Terminal, and Repeat steps 8, 9, 11, 14. - -bazarr will run in this Terminal session. Closing the session will stop bazarr. +bazarr will run in this Terminal session. Closing the session will stop bazarr. You can start it up again using 3, 4, 6, 7 and 8. Access bazarr via browser at https://localhost:6767/