We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2cada commit b52a275Copy full SHA for b52a275
makefile
@@ -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