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 ready for review November 22, 2023 03:19
@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