ryanvolz / radioconda

Software radio distribution and installer for conda
Other
340 stars 39 forks source link

How to update radioconda #54

Closed urima closed 1 year ago

urima commented 1 year ago

How can I update a radioconda that was install using conda: "conda create -n radioconda -c conda-forge -c ryanvolz --only-deps radioconda" ? Thnaks.

ryanvolz commented 1 year ago

Any of the usual methods will work: https://github.com/ryanvolz/radioconda#upgrade (you can use conda instead of mamba). The conda install --file methods will bypass the conda solver and therefore should be the fastest.