Skip to main content

conda-store (core)

The conda-store repository on GitHub contains the conda-store application. It has two entrypoints:

  • conda-store-server: web server that provides the conda-store "service" through a REST API
  • conda-store-worker: celery worker that runs actions for conda-store. For example, building, locking and installing environments

Get started ✨

The fastest way to get started with conda-store is with a local standalone installation and the conda-store UI.

Key concepts 🔖

Understand some useful terms and concepts to use conda-store effectively:

Other installation options 💻

conda-store can also be installed using:

Deeper dive 📚

Make the most of conda-store by learning about:

Community and contributing 🌱

Be a part of the conda-store community! Check out the Community documentation for details.