doc: Fix path to requirements
Fix path to requirements Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
bc0654f361
commit
732ab5311d
|
@ -9,7 +9,7 @@ Sanitycheck Testsuite are located in $ZEPHYR_BASE/scripts/tests directory with a
|
|||
Install all the dependencies using
|
||||
|
||||
```
|
||||
pip install -r $ZEPHYR_BASE/scripts/tests/sanitycheck/requirements.txt
|
||||
pip install -r $ZEPHYR_BASE/scripts/requirements-build-test.txt
|
||||
```
|
||||
|
||||
## Executing testsuite
|
||||
|
|
Loading…
Reference in New Issue