From 728e1961c9a62226a1df99835e0032830a181c04 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 23 Jul 2021 18:05:36 -0400 Subject: [PATCH] Add instructions for installing from the radioconda metapackage. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2de4125..0ddfab3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ For a command line install, download the installer and run: For a graphical install, download the installer and double-click it. +If you already have conda/mamba, you can skip the installer and create a new environment with all of the radioconda packages by running: + + conda create -n radioconda -c conda-forge -c ryanvolz radioconda + See [below](#additional-installation-for-device-support) for additional installation steps for particular software radio devices. ### Non-interactive install