Installing ThePEG from Mercurial

While using the bootstrap script, or the tarball, are the preferred methods of installing ThePEG in some cases it can be useful to install in from the Mercurial repository. This will require that both Mercurial and the autotools are installed.

hg clone https://phab.hepforge.org/source/thepeghg ThePEG
cd ThePEG
autoreconf -vi

The code can now be configured and installed in the same way as for the tarball.