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.