Skip to content

Commit

Permalink
updating the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 11, 2024
1 parent cef3905 commit 94c9453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ show: ## Show the current environment.
install: ## Install the project in dev mode.
@if [ "$(USING_POETRY)" ]; then poetry install && exit; fi
@echo "Don't forget to run 'make virtualenv' if you got errors."
$(ENV_PREFIX)pip install -e .[test]
$(ENV_PREFIX)pip install -e '.[dev]'

.PHONY: fmt
fmt: ## Format code using black & isort.
Expand Down

0 comments on commit 94c9453

Please sign in to comment.