Finalize radioconda metapackage changes.

This commit is contained in:
Ryan Volz 2021-05-21 13:25:30 -04:00
parent 484977687e
commit be10dc29cd
2 changed files with 15 additions and 13 deletions

View File

@ -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:
</array>
</plist>
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 }}

View File

@ -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!)