About Anaconda Help Download Anaconda

ryanvolz / packages / sdrplay_api 3.12.0

Script for downloading the SDRplay API binaries

  • License: LicenseRef-SDRplay-End-User-License-Agreement
  • Home: https://www.sdrplay.com/api/
  • 96 total downloads
  • Last upload: 1 year and 20 days ago

Installers

  • linux-64 v3.07.1
  • linux-aarch64 v3.07.1
  • osx-64 v3.12.0
  • osx-arm64 v3.12.0
  • win-64 v3.11

conda install

To install this package run one of the following:
conda install ryanvolz::sdrplay_api

Description

This package contains a conda activation script that will download the SDRplay API binaries to a local directory under a specified path. To use this package in a normal conda environment, do the following:

export CONDA_BUILD_SDRPLAY_API=/opt

(or use another suitable path instead of /opt). To use this package in a conda-build environment, add the following to the conda_build_config.yaml file in your user's HOME directory, the current working directory, or in the same folder as the recipe's meta.yaml file:

CONDA_BUILD_SDRPLAY_API:
  - "/opt"

(or use another suitable path instead of /opt). By setting this variable, you are agreeing to the terms and conditions of the SDRplay end user license agreement. For reference, this license is included in the package and installed to $CONDA_PREFIX/share/doc/sdrplay_api/copyright.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.3) Legal | Privacy Policy