First, make sure to read the tutorial's readme and follow the prerequisites section. Then set up a new F´ project using the fprime-util new --project
command. Please select a project name of led-blinker
, an F´ version of devel
, and to create a project virtual environment.
fprime-util new --project
project_name [MyProject]: led-blinker
fprime_branch_or_tag [devel]: devel
Select install_venv:
1 - yes
2 - no
Choose from 1, 2 [1]: 1
Complete instructions on setting-up a new project are available in the hello world tutorial.
Remember to source the virtual environment after creating the project.