[tor-commits] [sbws/master] Fix mistaken .[doc] by .[test]

pastly at torproject.org pastly at torproject.org
Wed Sep 5 19:44:55 UTC 2018


commit 012781f8811c46a224cb1a569aabd250f9609fa8
Author: juga0 <juga at riseup.net>
Date:   Wed Aug 29 07:59:38 2018 +0000

    Fix mistaken .[doc] by .[test]
---
 INSTALL.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index 7ab7558..73d960f 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -60,7 +60,7 @@ To run the tests, extra Python depenencies are needed:
 
 To install them from ``sbws`` ::
 
-    pip install .[dev] && pip install .[doc]
+    pip install .[dev] && pip install .[test]
 
 To run the tests::
 





More information about the tor-commits mailing list