1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-07 14:40:08 +00:00

Updated Manual Installation (markdown)

bruemmla 2023-08-24 00:50:51 +02:00
parent 6fc40f7575
commit aba3364208

@ -14,9 +14,11 @@ If you want to manually install Calibre-Web (“from source”), follow the proc
4. Download and extract Calibre-Web into the current folder (in this example /opt/calibre-web) from the releases page on Github
5. Install dependencies by running `./venv/bin/python3 -m pip install -r requirements.txt`.
5. Install dependencies by running
- `./venv/bin/python3 -m pip install -r requirements.txt`.
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)
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 on Raspberry Pi Raspberry Pi OS:
Depending on your version of pip it's possible that the installation fails with `Failed to build cryptography