Skip to content

Commit cc320ca

Browse files
committed
add note about hg being required for tests
1 parent 96042fd commit cc320ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/install.rst

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ need to install Python 3 with virtualenv in your system as well.
6363

6464
sudo apt-get install redis-server
6565

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.
6670

6771
You will need to verify that your pip version is higher than 1.5 you can do this as such::
6872

0 commit comments

Comments
 (0)