diff --git a/INSTALL.rst b/INSTALL.rst
index 4041223b232a2aae58c1bd9835ec7ad2648b9453..9eac885a8d60afad4d943fe3d64228884b9745ce 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -62,10 +62,9 @@ To install them from ``sbws`` ::
 
     pip install .[dev] && pip install .[doc]
 
-    Because we relay on a ``-dev`` version of stem, we need to fetch it from
-    git.torproject.org. Thus ``--process-dependency-links`` is necessary.
+To run the tests::
 
-.. warning::
+    tox
 
     Run these commands one at a time and check for errors before continuing.