Open analog-cbarber opened 1 year ago
Probably just emulate the conda env
command, e.g.:
whl2conda env export
- generate environment filewhl2conda env create
- create environmentwhl2conda env update
- update environmentThis would depend on #25
Add new subcommand for generating conda environment files from pyproject.toml dependencies.
This should handle environment markers and should provide options to include extra dependencies using both extra marker and tool specific lists (e.g. poetry).