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

Updated Manual Installation (markdown)

A Holt 2024-10-12 11:47:19 -04:00
parent 5ebe62cbf7
commit 84902a0f90

@ -13,7 +13,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
**PRO TIPS**:
- On **Ubuntu** and **Debian**, `python3-cryptography` is installed by default, unlike on **Raspberry Pi OS**.
- Installing `python3-cryptography` (above) 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., to give the virtual environment access your OS's python3-cryptography, allowing you to skip Step 6. !)
- Installing `python3-cryptography` (above) 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., to give the virtual environment access your OS's python3-cryptography, allowing you to skip Step 6.)
3. **Download and extract Calibre-Web:**
- `cd /opt`
@ -26,7 +26,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry
5. **Install dependencies:**
- `./venv/bin/python3 -m pip install -r requirements.txt`
6. **Install `cryptography` using pip:** (this NEW step was required when testing on 4 OS's on 2024-10-09: Debian 12, Debian 13, Ubuntu 24.04, Ubuntu 24.10)
6. **Install `cryptography` using pip:** (this NEW step proved necessary when testing on 5 OS's on 2024-10-09: Debian 12, Debian 13, Ubuntu 24.04, Ubuntu 24.10, Raspberry Pi OS)
- `./venv/bin/python3 -m pip install cryptography`
<!-- **PRO TIP:**
- **If you want a more recent version of `cryptography`** than your OS offers: -->