diff --git a/Installation.md b/Installation.md index c1434e9..b774e62 100644 --- a/Installation.md +++ b/Installation.md @@ -152,8 +152,6 @@ Disclaimer: I don't know how rc.d works so the script is pretty crappy and doesn 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). - 6. Check if it works `python3 bazarr.py`. You should see `BAZARR is started and waiting for request on http://0.0.0.0:6767/` ------