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

Updated Manual Installation (markdown)

A Holt 2024-10-10 17:49:10 -04:00
parent a29ab443af
commit 000a8a2608

@ -13,7 +13,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
**PRO TIPS**: **PRO TIPS**:
- On **Ubuntu** and **Debian**, `python3-cryptography` is installed by default, unlike on **Raspberry Pi OS**. - On **Ubuntu** and **Debian**, `python3-cryptography` is installed by default, unlike on **Raspberry Pi OS**.
- Installing `python3-cryptography` is not actually required — but can help if you're having trouble pip installing cryptography in Step 6. (if so, run `python3 -m venv venv --system-site-packages` instead of Step 5., which _should_ allow you to skip Step 6. !) - Installing `python3-cryptography` is not actually required — but can help if you're having trouble pip installing `cryptography` in Step 6. (if so, run `python3 -m venv venv --system-site-packages` instead of Step 5., which _should_ allow you to skip Step 6. !)
3. **Download and extract Calibre-Web:** 3. **Download and extract Calibre-Web:**
- `cd /opt` - `cd /opt`