Skip to content

Create makefile for ease developer set-up - #563

Open
EmilyPascua wants to merge 3 commits into
masterfrom
makefile
Open

Create makefile for ease developer set-up#563
EmilyPascua wants to merge 3 commits into
masterfrom
makefile

Conversation

@EmilyPascua

Copy link
Copy Markdown
Contributor

Quick PR to add a Makefile and update README. Simplify the set-up steps.

@EmilyPascua
EmilyPascua requested a review from nttoole September 10, 2026 23:28
@EmilyPascua
EmilyPascua requested review from a team as code owners September 10, 2026 23:28
@EmilyPascua

Copy link
Copy Markdown
Contributor Author

I didn't think an issue was relevant here because it's more-of a QOL thing and developer specific, but let me know if one is needed.

Comment thread Makefile
@echo "Installing required Python versions via pyenv..."
cat .python-version | xargs -I{} pyenv install --skip-existing {}

pre-commit:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forcing the pre-commit setup eh? 😢 Prolly for the best tho...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, indeed! 😈

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Developers will just need to run make setup to be up in running. 👍🏼

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.

2 participants