diff --git a/Installation.md b/Installation.md index 98544d2..45c55a1 100644 --- a/Installation.md +++ b/Installation.md @@ -78,7 +78,7 @@ Configuration files for Bazarr are stored in `/config`. 1. Upgrade Python to version 3.7 or greater. 2. Run `sudo git clone https://github.com/morpheus65535/bazarr.git /opt/bazarr` -3. Install Python requirements using `pip install -r requirements.txt` +3. Install Python requirements using `python3 -m pip install -r requirements.txt` > (Raspbian) Don't worry about `lxml` not being installed at this step, you have installed the module through `apt-get` anyway. 4. Change ownership to your preferred user for running programs (replace both instances of $user)