docs(techdocs-core): added dependency install command

This commit is contained in:
Bilawal Hameed
2020-06-23 20:33:29 +02:00
parent 4c6ea35960
commit d6cf8892fe
@@ -37,10 +37,11 @@ See the `README.md` located in the `mkdocs/` folder for more details on how to b
## Linting and Tests
To run the tests, you'll need `tox` installed:
To run the tests, you'll need `tox` installed with our dependencies installed:
```bash
pip install tox
pip install -r requirements.txt
tox
```