You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #57 (comment), if you want to create a Conda environment called pdev which contains Poetry v1.2.0b1 together with the latest poetry-core, run
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 #57 (comment), if you want to create a Conda environment called
pdev
which contains Poetry v1.2.0b1 together with the latest poetry-core, runmamba 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 ofmamba
.The text was updated successfully, but these errors were encountered: