Skip to content

Commit

Permalink
Add requirements installation to README.md
Browse files Browse the repository at this point in the history
Add instructions on installing required Python dependencies to the Quick Start section.

Signed-off-by: Jan Bruckner <[email protected]>
  • Loading branch information
KloolK committed Feb 6, 2023
1 parent 2571237 commit 2463a5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Then to run the image:
```
Where `<mount dir>` is a directory from the host that will be mounted on the container at startup (usually a local checkout of Mbed TLS).

If `<mount dir>` is the root of an Mbed TLS source tree, the tests can be run with:
Assuming `<mount dir>` is the root of an Mbed TLS source tree, first install the requirements:
```sh
./scripts/min_requirements.py --user
```
Then the tests can be run with:
```sh
./tests/scripts/all.sh --no-armcc
```
Expand Down

0 comments on commit 2463a5e

Please sign in to comment.