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

Updated Manual Installation (markdown)

A Holt 2024-10-09 12:41:50 -04:00
parent 3ad97776ec
commit e5809312c8

@ -26,7 +26,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
5. **Install dependencies** by running:
- `./venv/bin/python3 -m pip install -r requirements.txt`
6. As of 2024-10-08, the OS version of `python3-cryptography` is mysteriously no longer enough (as tested on Ubuntu 24.10!), so **install `cryptography` using pip:**
6. As of 2024-10-09, the OS version of `python3-cryptography` is mysteriously no longer enough (as tested on Ubuntu 24.10 AND Debian 13 Trixie), so **install `cryptography` using pip:**
- `./venv/bin/python3 -m pip install cryptography`
<!-- **PRO TIP:**
- **If you want a more recent version of `cryptography`** than your OS offers: -->