Skip to content

Commit b52a275

Browse files
committed
feat: add makefile with rules to install hatch
1 parent dd2cada commit b52a275

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
install: install_hatch
2+
3+
install_hatch: install_pipx
4+
pipx install hatch
5+
6+
install_pipx:
7+
pip install --user pipx && \
8+
pipx ensurepath

0 commit comments

Comments
 (0)