./venv/bin/python3 cps.py is required for command to work

4ce 2022-05-10 13:48:32 -04:00
parent bf123c7b9c
commit 71a2f8bafe
1 changed files with 1 additions and 1 deletions

@ -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.