Eigenbahn / ai-dungeon-cli

:european_castle: A cli client to play.aidungeon.io
MIT License
150 stars 34 forks source link

Need poetry integration #17

Open p3r7 opened 4 years ago

p3r7 commented 4 years ago

We already have integration with:

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).

sasha00123 commented 3 years ago

Maybe this tool will help you to combine multiple dependency managers. https://github.com/dephell/dephell

p3r7 commented 3 years ago

Woah, pretty cool!

I didn't know this tool. That could sure help.