mirror of
https://github.com/janeczku/calibre-web
synced 2025-02-07 14:40:08 +00:00
./venv/bin/python3 cps.py is required for command to work
parent
bf123c7b9c
commit
71a2f8bafe
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user