From ee24d54a5536dc3556984a468b8f54de96d444b9 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Tue, 27 Jul 2021 16:59:54 -0400 Subject: [PATCH] Recommend "--only-deps" flag when installing radioconda metapackage. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5f9f6c..16bb61e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ 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 + conda create -n radioconda -c conda-forge -c ryanvolz --only-deps radioconda See [below](#additional-installation-for-device-support) for additional installation steps for particular software radio devices. @@ -102,7 +102,7 @@ Once you have radioconda installed, you can stay up to date for all packages wit To install the latest release in particular, run - mamba install -c ryanvolz radioconda python + mamba install -c ryanvolz --only-deps radioconda python (You need to add `python` to the package list so that it can be upgraded if necessary.) @@ -110,7 +110,7 @@ To install the latest release in particular, run To install a particular release version, substitute the desired version number and run - mamba install -c ryanvolz radioconda=20NN.NN.NN python + mamba install -c ryanvolz --only-deps radioconda=20NN.NN.NN python ### Install from environment lock file