Installation

Contents

Installation#

Stable release#

Use one of the following to install pyproject2conda:

$ pip/pipx/uvx install pyproject2conda

or

$ conda/condax install -c conda-forge pyproject2conda

If using pip, to install with rich and shellingham support, either install them your self, or use:

$ pip/pipx/uvx install pyproject2conda[all]

The conda-forge distribution of typer (which pyproject2conda uses) installs rich and shellingham by default.