fprime/docs/GettingStarted
Gavin Knudsen ab15995871
Reorganize Docs with Diatixis Method (#2717)
* 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>
2024-06-26 10:23:36 -07:00
..

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.