Installation

pip2conda can be installed from conda-forge or PyPI.

From PyPI

You can also install directly from PyPI:

python -m pip install pip2conda

If you want to use the experimental rattler backend, install the rattler optional extra as well:

python -m pip install "pip2conda[rattler]"

Requirements

pip2conda supports Python 3.11 and later versions.