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 30fe619 commit e677465Copy full SHA for e677465
Makefile
@@ -17,7 +17,10 @@ fprime-venv: ## Create a virtual environment
17
@$(MAKE) uv
18
@echo "Creating virtual environment..."
19
@$(UV) venv fprime-venv
20
- @$(UV) pip install --requirement requirements.txt
+ @$(UV) pip install --prerelease=allow --requirement requirements.txt
21
+
22
+patch-gps-package:
23
+ cp custom_space_data_link.py fprime-venv/lib/python3.13/site-packages/fprime_gds/common/communication/ccsds/space_data_link.py
24
25
.PHONY: zephyr-setup
26
zephyr-setup: fprime-venv ## Set up Zephyr environment
0 commit comments