We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c266945 commit 096ecd7Copy full SHA for 096ecd7
1 file changed
docs/Makefile
@@ -37,6 +37,9 @@ help: # This help message
37
sync: ## Sync package requirements
38
@uv sync
39
40
+.PHONY: install
41
+install: sync
42
+
43
.PHONY: init
44
init: clean clean-python .venv/bin/python ## Clean docs build directory and Python, and initialize Python virtual environment
45
0 commit comments