We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96042fd commit cc320caCopy full SHA for cc320ca
docs/install.rst
@@ -63,6 +63,10 @@ need to install Python 3 with virtualenv in your system as well.
63
64
sudo apt-get install redis-server
65
66
+.. note::
67
+
68
+ Some unit tests depend on Hg (mercurial).
69
+ Be sure that Hg is `installed <https://www.mercurial-scm.org/wiki/Download>`_ if you want to see all the tests pass.
70
71
You will need to verify that your pip version is higher than 1.5 you can do this as such::
72
0 commit comments