From e2bf66d1a0f1963a1752df5aabe0a43b73b71eb6 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 18 Aug 2020 00:00:28 -0400 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 -- 1 file changed, 2 deletions(-) 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/` ------