From e9c7413d14d64b175304285cdcd25dc49ee7698f Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Mon, 21 Oct 2024 12:53:33 -0700 Subject: [PATCH] Add note about needing to install python3-venv. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d344a07c..6f0f11d4 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Linux by following these steps: (rade-venv) $ pip3 install -r cmake/rade-requirements.txt ``` + *Note: you may need to install `python3-venv` or your distro's equivalent package in order to create Python virtual environments.* + 2. Build FreeDV to make sure the correct dependencies are linked in (namely numpy): ```