mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
Revise install instructions with latest project structure (#4139)
This commit is contained in:
parent
4f381110a1
commit
054c51ad3e
@ -57,10 +57,10 @@ The entrypoint to developing with F´ is creating a new project. This will clone
|
|||||||
fprime-bootstrap project
|
fprime-bootstrap project
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
This command will ask for some input. Sample responses are below:
|
This command will ask for some input. Sample responses are below:
|
||||||
```
|
```
|
||||||
[1/1] Project name (MyProject): MyProject
|
[1/2] Project repository name [my-fprime-project]: my-project
|
||||||
|
[2/2] Project top-level namespace [MyFprimeProject]: MyProject
|
||||||
```
|
```
|
||||||
|
|
||||||
1. This commands perform the following actions:
|
1. This commands perform the following actions:
|
||||||
@ -73,7 +73,7 @@ This command will ask for some input. Sample responses are below:
|
|||||||
Once the project is created, activate the virtual environment to use the F´ tool suite.
|
Once the project is created, activate the virtual environment to use the F´ tool suite.
|
||||||
|
|
||||||
```
|
```
|
||||||
cd MyProject
|
cd my-project
|
||||||
. fprime-venv/bin/activate
|
. fprime-venv/bin/activate
|
||||||
```
|
```
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user