1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-31 23:26:20 +00:00

Clarify Steps 6., 7. and 8.

A Holt 2024-10-09 13:16:45 -04:00
parent 5f2035c7c0
commit 5ba20c120c

@ -26,7 +26,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
5. **Install dependencies** by running: 5. **Install dependencies** by running:
- `./venv/bin/python3 -m pip install -r requirements.txt` - `./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` - `./venv/bin/python3 -m pip install cryptography`
<!-- **PRO TIP:** <!-- **PRO TIP:**
- **If you want a more recent version of `cryptography`** than your OS offers: --> - **If you want a more recent version of `cryptography`** than your OS offers: -->
@ -37,12 +37,12 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
**PRO TIP:** **PRO TIP:**
- Or use `nohup ./venv/bin/python3 cps.py` if you want to exit the terminal window. - 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)**
<!-- 9. **Exit the root shell when finished**: <!-- 9. **Exit the root shell when finished**:
- `exit` --> - `exit` -->
#### Additional Issues and Considerations: #### Additional Issues and Considerations: (several below appear old, and no longer relevant!)
1. **Raspberry Pi (Raspberry Pi OS)**: 1. **Raspberry Pi (Raspberry Pi OS)**: