conda-forge / poetry-feedstock

A conda-smithy repository for poetry.
BSD 3-Clause "New" or "Revised" License
3 stars 13 forks source link

How to install the development version of Poetry #64

Closed maresb closed 1 year ago

maresb commented 2 years ago

Comment:

Actually this is documentation, not a real issue. But since the procedure is not obvious during this awkward period where the most useful Poetry versions are in pre-release, I figure that this is a quick and easy way to put instructions where people will find them. (Feel free to close this if you have a better idea.)

As described in https://github.com/conda-forge/poetry-feedstock/issues/57#issuecomment-1022805023, if you want to create a Conda environment called pdev which contains Poetry v1.2.0b1 together with the latest poetry-core, run

mamba create --yes --name pdev -c conda-forge/label/poetry_dev -c conda-forge/label/cleo_dev -c conda-forge "poetry=1.2.0b1"

where conda also works in place of mamba.

maresb commented 1 year ago

We finally have a recent release from #77, so this should no longer be necessary.