From c3aa2d1d455c974a86940b465a51574cd02063f2 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 13 Dec 2017 16:17:47 -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 1d7f2a6..05d85f2 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 .[test] + $ pip install rtv[test] 2. Set your ``$PYTHONPATH`` to point to the directory of your RTV repository.