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 d7e1b35 commit 31e3f8dCopy full SHA for 31e3f8d
Makefile
@@ -15,6 +15,7 @@ submodules: ## Initialize and update git submodules
15
export VIRTUAL_ENV ?= $(shell pwd)/fprime-venv
16
fprime-venv: ## Create a virtual environment
17
@$(MAKE) uv
18
+ @$(MAKE) submodules zephyr-setup
19
@echo "Creating virtual environment..."
20
@$(UV) venv fprime-venv
21
@$(UV) pip install --requirement requirements.txt
0 commit comments