We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacc756 commit f0e01a9Copy full SHA for f0e01a9
Makefile
@@ -39,7 +39,7 @@ info: ## general information
39
40
.PHONY: devenv
41
devenv: .venv .vscode/settings.json .vscode/launch.json ## create a python virtual environment with dev tools (e.g. linters, etc)
42
- @uv pip --quiet install -r requirements/devenv.txt
+ @uv pip --quiet install -r requirements.txt
43
# Installing pre-commit hooks in current .git repo
44
@$</bin/pre-commit install
45
@echo "To activate the venv, execute 'source .venv/bin/activate'"
0 commit comments