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
We have a conda dev environment specification, but we don't really document how to use it. For a pure python project, I expect pip install --editable .[dev,...], but we've set up our project for poetry development environment, and our contributing doc doesn't say how to use it. What package managers do we want to endorse / encourage and document for our contributors?
Limitations: For example, our environment-dev.yml isn't perfectly up to date. Let's document that or change the file so that it doesn't need to be kept up to date, as suggested by @jhkennedyhere
mfisher87
changed the title
Limitations of conda vs poetry (e.g. conda dev environment specification doesn't include all docs dependencies) - IMO let's leave this for later.
Endorse a finite number of package managers and document how to use them for contributing, including limitations
Jul 1, 2024
We have a conda dev environment specification, but we don't really document how to use it. For a pure python project, I expect
pip install --editable .[dev,...]
, but we've set up our project for poetry development environment, and our contributing doc doesn't say how to use it. What package managers do we want to endorse / encourage and document for our contributors?Limitations: For example, our
environment-dev.yml
isn't perfectly up to date. Let's document that or change the file so that it doesn't need to be kept up to date, as suggested by @jhkennedy hereExtracted from #449
The text was updated successfully, but these errors were encountered: