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

Tighten up "Manual Installation" instructions/tips

A Holt 2024-10-09 14:18:12 -04:00
parent 2dcb6d2862
commit ed274ff2e2

@ -20,10 +20,10 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
- `git clone https://github.com/janeczku/calibre-web`
- `cd calibre-web`
4. **Create a virtual environment** for Calibre-Web:
4. **Create a virtual environment:**
- `python3 -m venv venv`
5. **Install dependencies** by running:
5. **Install dependencies:**
- `./venv/bin/python3 -m pip install -r requirements.txt`
6. As of 2024-10-09, the OS version of `python3-cryptography` is mysteriously no longer enough (as tested on 4 OS's — Debian 12, Debian 13, Ubuntu 24.04, Ubuntu 24.10), so **install `cryptography` using pip:**
@ -31,7 +31,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
<!-- **PRO TIP:**
- **If you want a more recent version of `cryptography`** than your OS offers: -->
7. **Run Calibre-Web:** (FYI the command below does NOT come back to the prompt, and that's OK!)
7. **Run Calibre-Web:** _(FYI the command below does NOT come back to the prompt, and that's OK!)_
- `./venv/bin/python3 cps.py`
**PRO TIP:**