Mercurial > evolve
comparison README @ 2113:fed5369058a4
README: remove mention of make
Using pip in all cases seems a better direction.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 14 Mar 2017 15:42:21 -0700 |
parents | e243e1d9464c |
children | 51ee2c721b32 |
comparison
equal
deleted
inserted
replaced
2112:ab2448b8aafe | 2113:fed5369058a4 |
---|---|
55 | 55 |
56 To install a local version from source:: | 56 To install a local version from source:: |
57 | 57 |
58 $ hg clone https://www.mercurial-scm.org/repo/evolve/ | 58 $ hg clone https://www.mercurial-scm.org/repo/evolve/ |
59 $ cd evolve | 59 $ cd evolve |
60 $ make install-home | 60 $ pip install --user . |
61 | 61 |
62 Then just enable it in you hgrc:: | 62 Then just enable it in you hgrc:: |
63 | 63 |
64 $ hg config --edit # adds the two line below: | 64 $ hg config --edit # adds the two line below: |
65 [extensions] | 65 [extensions] |