diff --git a/Manual-Installation.md b/Manual-Installation.md index adfe5fc..31cb0fb 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -16,7 +16,7 @@ If you want to manually install Calibre-Web ("from source"), follow the procedur 5. Download and extract Calibre-Web into the current folder (in this example /opt/calibre-web) -6. Execute the command: `./venv/bin/python3 cps.py` (or `nohup ./venv/python3 cps.py` - recommended if you want to exit the terminal window) +6. Execute the command: `./venv/bin/python3 cps.py` (or `nohup ./venv/bin/python3 cps.py` - recommended if you want to exit the terminal window) Issues with Ubuntu: Please note that running the above install command can fail on some versions of Ubuntu, saying `"can't combine user with prefix"`. This is a [known bug](https://github.com/pypa/pip/issues/3826) and can be remedied by using the command `./venv/python3 -m pip install --system -r requirements.txt` instead.