mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-04-10 21:49:58 -04:00
Fix upgrade command that uses radioconda metapackage.
This commit is contained in:
parent
8e26167079
commit
61c9bb9767
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user