Skip to content

Commit

Permalink
ScandEval -> AlexandraAI-data (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkinch committed Jul 17, 2024
1 parent 49720a3 commit a87d4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' makefile | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

install: ## Install dependencies
@echo "Installing the 'ScandEval' project..."
@echo "Installing the 'AlexandraAI-data' project..."
@$(MAKE) --quiet install-brew
@$(MAKE) --quiet install-pipx
@$(MAKE) --quiet install-poetry
@$(MAKE) --quiet setup-poetry
@$(MAKE) --quiet setup-environment-variables
@echo "Installed the 'ScandEval' project. If you want to use pre-commit hooks, run 'make install-pre-commit'."
@echo "Installed the 'AlexandraAI-data' project. If you want to use pre-commit hooks, run 'make install-pre-commit'."

install-pre-commit: ## Install pre-commit hooks
@poetry run pre-commit install
Expand Down

0 comments on commit a87d4b5

Please sign in to comment.