diff --git a/Makefile b/Makefile index 6daaa8e39..de1bea195 100644 --- a/Makefile +++ b/Makefile @@ -68,3 +68,11 @@ build: docs-build-offline .PHONY: clean clean: clean-screenshot-cache clean-offline-docs + +.PHONY: setup +setup: + poetry install --extras dev + +.PHONY: update +update: + poetry update