Skip to content

Condax

Docs GitHub Workflow Status Licence: MIT PyPI code-style Black

Condax is inpired by the excellent pipx, and attempts to do something similar, just using conda instead of pip.

This allows you to install any application packaged with conda instead of just the ones written in python.

Quickstart

Installation

> conda install condax
> condax ensure-path

Usage

Installing tools

> condax install imagemagick
> convert some_image.png some_image.jpg

Removing tools

> condax remove imagemagick

Updating tools

> condax update imagemagick

Or all of them at once

> condax update --all