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)**: