From 61c9bb97678f6f7617776b4a77e1febfe833fb51 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 23 Jul 2021 17:37:04 -0400 Subject: [PATCH] Fix upgrade command that uses radioconda metapackage. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27ff511..2de4125 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,15 @@ Once you have radioconda installed, you can stay up to date for all packages wit To install the latest release in particular, run - mamba upgrade -c ryanvolz radioconda + mamba install -c ryanvolz radioconda python + +(You need to add `python` to the package list so that it can be upgraded if necessary.) ### Install a particular release To install a particular release version, substitute the desired version number and run - mamba install -c ryanvolz radioconda=20NN.NN.NN + mamba install -c ryanvolz radioconda=20NN.NN.NN python ### Install from environment lock file