mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
Updated Installation (markdown)
parent
699211ad7f
commit
598b52c2ca
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue