We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5f62e commit 112cc2aCopy full SHA for 112cc2a
1 file changed
{{cookiecutter.project_slug}}/Makefile
@@ -8,6 +8,13 @@ help: Makefile
8
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /'
9
@echo
10
11
+## init: initialize a new python project
12
+.PHONY: init
13
+init:
14
+ python -m venv .venv
15
+ direnv allow .
16
+ type python
17
+
18
## install: install project dependencies
19
.PHONY: install
20
install:
0 commit comments