From 9d7db93655df6b665b46098e1c3d0a20063c6a36 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 1 Dec 2014 22:39:11 -0800 Subject: [PATCH] Adding sudo to installation of test dependencies, for consistency with installation of main dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e91077a9..b02984b94 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ If you'd like to see the available command-line arguments, view the help: To install test-specific dependencies, first run: - python setup.py test + sudo python setup.py test To actually run tests, run: