-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We already have integration with:
- vanilla pip (
requirements.txt) - conda (
environment.yaml)
The big advantage of conda is that it creates automatically a dedicated virtual env (conda env specifically). The bad thing is that it's pretty niche compared to pip.
Vanilla pip does not offer this automatic virtual env creation out of the box, but Poetry seems to fill up that gap (and be what the cool kids use).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request