-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package installs update #341
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -38,27 +38,33 @@ | |||
"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wildintellect I agree with bold or italicize libmamba, but how would you suggest I change the line:
"We use conda
with the libmamba solver as a package manager to install, update or remove packages (libraries)."? libmamba is in a callout box even when it is in the middle of the sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the callout box should be after the sentence explaining what libmamba is and how you can use classic if you want/need
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So conda install --solver=classic -c conda-forge xarray
is in the callout box?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wildintellect Just following up on the above comment
Since we changed base images to use libmamba solver with conda install instead of mamba, updated docs to recommend installing everything with
conda install -c conda-forge
Tested all commands listed
Also, fixes Respository typo
References: MAAP-Project/Community#731 (comment)