From 598b52c2ca3ef795887f2013d64e8e3622f8dd81 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 19 Nov 2020 06:52:25 -0500 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 2152997..915747a 100644 --- a/Installation.md +++ b/Installation.md @@ -106,9 +106,9 @@ bazarr requires Python 3.7.x or 3.8.x (**system Python 2.7.10 not supported**) a 6. Change Directory To bazarr `cd bazarr` -7. Install bazarr requirements `python38 -m pip install -r requirements.txt` +7. Install bazarr requirements `python3.8 -m pip install -r requirements.txt` -8. Run bazarr `Python3 bazarr.py` +8. Run bazarr `python3.8 bazarr.py` 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.