Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install the development version of Poetry #64

Closed
maresb opened this issue May 29, 2022 · 1 comment
Closed

How to install the development version of Poetry #64

maresb opened this issue May 29, 2022 · 1 comment
Labels
question Further information is requested

Comments

@maresb
Copy link
Contributor

maresb commented May 29, 2022

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, 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
Copy link
Contributor Author

maresb commented Dec 11, 2022

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

@maresb maresb closed this as completed Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant