mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Scripts API: SuperScanner: corrected frequency inclusion/exclusion check
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
These scripts are designed to work in Python 3 preferably with version 3.6 or higher. Dependencies are installed with pip in a virtual environment. The sequence of operations is the following:
|
||||
|
||||
```
|
||||
sudo apt-get install virtualenv gcc g++ gfortran python3-dev
|
||||
virtualenv -p /usr/bin/python3 venv # Create virtual environment
|
||||
. ./venv/bin/activate # Activate virtual environment
|
||||
pip install -r requirements.txt # Install requirements
|
||||
|
||||
Reference in New Issue
Block a user