diff --git a/Manual-Installation.md b/Manual-Installation.md index 58e8c32..03c0222 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` 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` (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`