Skip to content

Commit

Permalink
put dependencies in one line of code
Browse files Browse the repository at this point in the history
Signed-off-by: Birgit Brecknell <[email protected]>
  • Loading branch information
bbrcknl committed Jul 15, 2024
1 parent 42b9c6c commit 6502de9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tutorials/seL4/get-the-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ SPDX-FileCopyrightText: 2024 seL4 Project a Series of LF Projects, LLC.

# Getting the tutorials
## Python Dependencies
Additional python dependencies are required to build [tutorials](ReworkedTutorials). To install you can run:
Additional python and CAmkES dependencies are required to build [tutorials](ReworkedTutorials). To install you can run:
```
pip install --user aenum
pip install --user pyelftools
pip3 install --user aenum pyelftools camkes-deps
```
*Hint:* This step only needs to be done once, i.e. before doing your first tutorial

Expand Down

0 comments on commit 6502de9

Please sign in to comment.