Add note about needing to install python3-venv.

pull/758/head
Mooneer Salem 2024-10-21 12:53:33 -07:00
parent 621e984cba
commit e9c7413d14
1 changed files with 2 additions and 0 deletions

View File

@ -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):
```