Updated Installation (markdown)

morpheus65535 2020-08-17 23:59:06 -04:00
parent 08c7e8552f
commit feb01396f7
1 changed files with 1 additions and 1 deletions

@ -150,7 +150,7 @@ Disclaimer: I don't know how rc.d works so the script is pretty crappy and doesn
4. `cd bazarr`
5. Install Python requirements using `pip install -r requirements.txt`
5. Install Python requirements using `python3 -m pip install -r requirements.txt`
> If you get this error message: `pip: Command not found`, you can refer to [#642](https://github.com/morpheus65535/bazarr/issues/642).