diff --git a/doc/install-source.html b/doc/install-source.html index 4673850f42d..080bceb4dc2 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -106,26 +106,13 @@ On Windows, install gcc with

To perform the next step you must have Mercurial installed. (Check that you -have an hg command.) This suffices to install Mercurial on most -Unix systems: +have an hg command.)

-
-sudo easy_install mercurial==2.0
-
-

-On Ubuntu/Debian, the Mercurial in your distribution's -package repository is most likely old and broken. -You might try this first: -

- -
apt-get install python-setuptools python-dev build-essential
- -

-If that fails, or if you use Windows, install manually from the -Mercurial Download -page. +If you do not have a working Mercurial installation, +follow the instructions on the +Mercurial downloads page.