From 84902a0f9002d6ee98ac8a5d879e10d6010de32a Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 12 Oct 2024 11:47:19 -0400 Subject: [PATCH] Updated Manual Installation (markdown) --- Manual-Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 03c0222..083a274 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -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`