-
Notifications
You must be signed in to change notification settings - Fork 372
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
Improve install instructions #2908
Conversation
channels: | ||
- ... | ||
- defaults # BAD! Remove this if it exists. |
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.
What about this? It does deactivate the defaults
altogether so maybe not the best.
channels: | |
- ... | |
- defaults # BAD! Remove this if it exists. | |
default_channels: [] | |
channels: | |
- conda-forge |
|
||
To get ``mamba``, just install it *into the base environment* from the ``conda-forge`` channel: | ||
|
||
.. code:: bash | ||
|
||
# NOT RECOMMENDED: This method of installation is not recommended, prefer Mambaforge instead (see above) | ||
# NOT RECOMMENDED: This method of installation is not recommended, prefer Miniforge instead (see above) |
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.
TIL
My docs changes don't seem to be published? |
Looks like the build on RTD is broken |
Inspired by #2907.