Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 646 Bytes

quetz_mamba_solve plugin

This is a plugin to use with the quetz package server.

It takes a list of channels, a subdir and a spec as input and generates a specification file (similar to what conda list --explicit would produce). The contents of this file can be used to create an identical environment on a machine with the same platform. This can be done using the command conda create --name myenv --file spec-file.txt where spec-file.txt is the file containing the response from this API endpoint.

Installing

To install use:

quetz plugin install plugins/quetz_mamba_solve