From bc2892e4acc1b4b9a2bf92cf018f78047ead64a4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 27 Oct 2024 19:23:09 -0600 Subject: [PATCH] Updated Manual Installation (markdown) --- Manual-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 9e68e45..34df4a1 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -24,7 +24,7 @@ _These instructions assume a Debian-based Linux distribution (Ubuntu, Raspberry **PRO TIPS**: - - If the above has trouble pip installing `cryptography`, start over (from the beginning!) and **instead of Step 4.** run `apt install python3-cryptography` then `python3 -m venv venv --system-site-packages` — to give the virtual environment access your OS's python3-cryptography. + - If the above has trouble pip installing `cryptography` (e.g. as Raspberry Pi OS evolves, failing here almost every year!) then a valuable workaround can be to start over (from the beginning!) and **instead of Step 4.** run `apt install python3-cryptography` then `python3 -m venv venv --system-site-packages` — to give the virtual environment access your OS's python3-cryptography. - Just FYI on **Ubuntu** and **Debian**, `python3-cryptography` is already installed by default, unlike on **Raspberry Pi OS**.