doc: Fix path to requirements

Fix path to requirements

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
Maciej Perkowski 2020-07-30 13:34:28 +02:00 committed by Carles Cufí
parent bc0654f361
commit 732ab5311d
1 changed files with 1 additions and 1 deletions

View File

@ -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