Index: docs/install.rst
===================================================================
--- docs/install.rst	(revision 42)
+++ docs/install.rst	(revision 73)
@@ -9,7 +9,12 @@
   pip install Stamper
 
-::
+You can also grab the latest sources from the project main repository
+(Mercurial_) at https://code.codigo23.net/hg/stamper::
 
-  easy_install Stamper
+  hg clone https://code.codigo23.net/hg/stamper
+
+And install it from there (development mode)::
+
+  pip install -e /PATH/TO/STAMPER-CLONE
 
 
@@ -18,6 +23,5 @@
 .. _pip: http://www.pip-installer.org/en/latest/index.html
 .. _pypi: http://pypi.python.org/pypi
-.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
-
+.. _Mercurial: https://www.mercurial-scm.org
 
 .. [1] http://docs.python.org/tutorial/modules.html#packages
