Skip to main content

conda-store (core)

The conda-store repository on GitHub consists of two separate, yet related, packages:

  • conda-store-server: web server and workers that together provide the conda-store "service" through a REST API
  • conda-store (client): a client which interacts with the service to offer user-facing command line interface

Quickstart

  1. Install conda-store with conda or pip:
conda install -c conda-forge conda-store conda-store-server
  1. Start a standalone local instance and use the conda-store UI
conda-store-server  --standalone

You can then access conda-store at localhost:8080 of the machine running it.

  1. Use the CLI
conda-store --help