Installation¶
pip2conda can be installed from conda-forge or PyPI.
From conda-forge (recommended)¶
For best results, please install from conda-forge:
conda install -c conda-forge pip2conda
From PyPI¶
You can also install directly from PyPI:
python -m pip install pip2conda
Requirements¶
pip2conda supports Python 3.10 and later versions.