From 7bd75d668e7cd986759ce4649ada6160c5ff1dea Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 18 Nov 2015 17:11:13 -0500 Subject: Document some python dependencies needed by make check --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 7d78ac9..84615b7 100644 --- a/README +++ b/README @@ -120,6 +120,11 @@ TESTING against which some basic tests can be run to validate that the in-tree library works. + The following dependencies are needed to run the tests: + python-nose + python-requests + python-ndg_httpsclient + From the source tree run: % make check -- cgit