From 5ba20c120c579d09baf7a69c248a16ca2bc7c53f Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 9 Oct 2024 13:16:45 -0400 Subject: [PATCH] Clarify Steps 6., 7. and 8. --- Manual-Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 2255acf..3cd8e10 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -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-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:** +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:** - `./venv/bin/python3 -m pip install cryptography` @@ -37,12 +37,12 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry **PRO TIP:** - Or use `nohup ./venv/bin/python3 cps.py` if you want to exit the terminal window. -8. **[Try it out!](https://github.com/janeczku/calibre-web#quick-start)** +8. **[Browse to try it out!](https://github.com/janeczku/calibre-web#quick-start)** -#### Additional Issues and Considerations: +#### Additional Issues and Considerations: (several below appear old, and no longer relevant!) 1. **Raspberry Pi (Raspberry Pi OS)**: