aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/third-party-resources.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/third-party-resources.md')
-rw-r--r--docs/topics/third-party-resources.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md
index efa0b91f..0358d614 100644
--- a/docs/topics/third-party-resources.md
+++ b/docs/topics/third-party-resources.md
@@ -93,7 +93,7 @@ The cookiecutter template includes a `runtests.py` which uses the `pytest` packa
Before running, you'll need to install a couple test requirements.
- $ pip install -r requirements-test.txt
+ $ pip install -r requirements.txt
Once requirements installed, you can run `runtests.py`.