mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 04:35:25 -06:00
* Diataxis Regrouping Documentation * fixed typo from three categories to four in documentation * Fixed h4 tag error in TOC and links in Reference README and including Design general.md * Fixed some more links in documentation * Fixed links in documentation * Fix md links * wip * Update Reference * Change title * Make reference a table * Reword getting started * Reword FPP user guide --------- Co-authored-by: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com>
layout, title
| layout | title |
|---|---|
| default | Getting Started with F´ |
Getting Started With F´
To get started with F´, install the F´ bootstrapping tool with:
pip install fprime-bootstrap
Then, create a new project with:
fprime-bootstrap project
The best way to learn about F´ is to follow the HelloWorld Tutorial. This tutorial guides users through all the steps of developing an F´ project.
New users are also encouraged to read through the User Guide and explore the other tutorials.
For additional installation instructions and troubleshooting, see the F´ Installation Guide.