Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to init command for installing project dependencies #867

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Conversation

cnpryer
Copy link
Owner

@cnpryer cnpryer commented Nov 22, 2023

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.

@cnpryer cnpryer marked this pull request as draft November 22, 2023 01:07
@cnpryer cnpryer force-pushed the init branch 2 times, most recently from 89fd614 to b51c51d Compare November 22, 2023 01:09
@cnpryer cnpryer force-pushed the init branch 2 times, most recently from 16f24e3 to b3eb5fb Compare November 22, 2023 02:27
@cnpryer cnpryer force-pushed the master branch 2 times, most recently from 7b37077 to f1ae3ed Compare November 22, 2023 02:33
@cnpryer cnpryer force-pushed the init branch 3 times, most recently from d9c9d24 to 2a167fb Compare November 22, 2023 03:18
@cnpryer cnpryer marked this pull request as ready for review November 22, 2023 03:19
@cnpryer cnpryer force-pushed the init branch 2 times, most recently from acee3d1 to 93f0b1e Compare November 22, 2023 03:26
@cnpryer cnpryer merged commit 389fe05 into master Nov 22, 2023
6 of 7 checks passed
@cnpryer cnpryer deleted the init branch November 22, 2023 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow init command to install project dependencies
1 participant