Skip to content
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

Document micromamba support for conda-lock spec files #2621

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

mfisher87
Copy link
Contributor

Resolves #2578

@@ -198,4 +199,77 @@ To install such a file with ``micromamba``, just pass the ``-f`` flag again:

.. code::

$ micromamba create -n xtensor -c conda-forge -f explicit_env.txt
$ micromamba create -n xtensor -f explicit_env.txt
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since each package is specified by URL in an explicit spec file, we don't need to specify a channel.

The three supported syntaxes are: yaml, txt and explicit spec files.
The supported syntaxes are:

.. contents:: :local:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This generates a dynamic list of all the syntaxes in this doc. It's like a mini table-of-contents for the sub-headings of this heading.

@wolfv wolfv merged commit f408a9b into mamba-org:main Jun 30, 2023
20 checks passed
@wolfv
Copy link
Member

wolfv commented Jun 30, 2023

Thanks!

@mfisher87 mfisher87 deleted the improve-spec-file-docs branch June 30, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document micromamba's support for conda-lock
2 participants