From 13a626c7b07bf6a0655b123aab7192199c9856b1 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 13 Dec 2017 16:17:33 -0500 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e1a95c6..1d7f2a6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -70,7 +70,7 @@ This both speeds up the tests and helps to maintain consistency across runs. .. code-block:: bash - $ pip install pytest vcrpy --upgrade + $ pip install .[test] 2. Set your ``$PYTHONPATH`` to point to the directory of your RTV repository.