Radioconda environment
Install radioconda terminal using windows installer from radioconda release page. Search for radioconda prompt and run it as administrator. Create new conda environment and activate it using the following commands:
conda create -n <custom environment name>
conda activate <custom environment name>
Install the following packages that contain necessary build tools for the current environment.
conda install conda-build conda-forge-pinning
Initial conda environment set up is complete.
Tip
Make sure that your LimeSDR device is compatible with the new generation library and install appropriate SDR device drivers. See Device support list and LimeSDR drivers for Windows.