Skip to content

Commit e677465

Browse files
authored
Allows Makefile with F Prime version and run GDS with camera
1 parent 30fe619 commit e677465

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ fprime-venv: ## Create a virtual environment
1717
@$(MAKE) uv
1818
@echo "Creating virtual environment..."
1919
@$(UV) venv fprime-venv
20-
@$(UV) pip install --requirement requirements.txt
20+
@$(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
2124

2225
.PHONY: zephyr-setup
2326
zephyr-setup: fprime-venv ## Set up Zephyr environment

0 commit comments

Comments
 (0)