Updated install docs

This commit is contained in:
ben 2022-07-28 11:43:31 +01:00
parent 19b6acf932
commit a7d27467f0
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ nav_order: 1
# Installation
This guide has been moved to the [installation guide](../guide/installation.md).
To install the developer packages, use `pipenv install --dev`.
To install the developer packages for running tests etc before pr'ing, use `./venv/bin/pip install pytest pytest-asyncio pytest-cov requests mock black mypy isort`.
## Notes: