cnpryer / huak

My experimental Python package manager.
https://cnpryer.github.io/huak/
MIT License
615 stars 37 forks source link

Add options to init command for installing project dependencies #867

Closed cnpryer closed 9 months ago

cnpryer commented 9 months ago

Closes #865

Moves huak install behavior behind huak init.

cc #850.

If a manifest file is available with the project when the init command is used then Huak will attempt to set up the Python environment for the project by installing any dependencies it finds. I need to decide if this is opt-in or opt-out. I think after spending more time on #868 I'll have a better idea of what would make sense.