From be10dc29cdc16216ecc7b707fd1e56f924accf28 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 21 May 2021 13:25:30 -0400 Subject: [PATCH] Finalize radioconda metapackage changes. --- .github/workflows/build_radioconda.yml | 4 ++-- README.md | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index ea0021a..6d7673b 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -11,7 +11,7 @@ on: env: DISTNAME: radioconda LICENSE_ID: BSD-3-Clause - METAPACKAGE_LABEL: test + METAPACKAGE_LABEL: main METAPACKAGE_SUMMARY: Metapackage to install the radioconda package set. jobs: @@ -112,7 +112,6 @@ jobs: EOF - installer -showChoicesAfterApplyingChangesXML pkg-choices.xml -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME installer -verbose -dumplog -applyChoiceChangesXML pkg-choices.xml -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME eval "$($INSTALL_PATH/bin/conda shell.bash hook)" conda info @@ -166,6 +165,7 @@ jobs: file_glob: true - name: Upload metapackage to Anaconda.org + if: startsWith(github.ref, 'refs/tags/') shell: bash -l {0} env: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} diff --git a/README.md b/README.md index aceb43d..a9a8eec 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,19 @@ Once you have radioconda installed, you can stay up to date for all packages wit ### Upgrade to latest release -To install the latest release in particular, run (on Windows): +To install the latest release in particular, run + + mamba upgrade -c ryanvolz radioconda + +### 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 + +### Install from environment file + +You can also install from the released environment file (on Windows): mamba install --file https://github.com/ryanvolz/radioconda/releases/latest/download/radioconda-win-64.txt @@ -102,16 +114,6 @@ To install the latest release in particular, run (on Windows): mamba install --file https://github.com/ryanvolz/radioconda/releases/latest/download/radioconda-$(conda info | sed -n -e 's/^.*platform : //p').txt -### Install a particular release - -To install the package versions associated with a particular release, substitute the release number and run the following (on Windows): - - mamba install --file https://github.com/ryanvolz/radioconda/releases/download/20NN.NN.NN/radioconda-win-64.txt - -(on Linux/macOS): - - mamba install --file https://github.com/ryanvolz/radioconda/releases/download/20NN.NN.NN/radioconda-$(conda info | sed -n -e 's/^.*platform : //p').txt - ## Additional Installation for Device Support To use particular software radio devices, it might be necessary to install additional drivers or firmware. Find your device below and follow the instructions. (Help add to this section by filing an issue if the instructions don't work or you have additional instructions to add!)