# HG changeset patch # User Andrew Halberstadt # Date 1630697328 14400 # Fri Sep 03 15:28:48 2021 -0400 # Node ID da5f268019c0ed76b8ab31522b1e56672313edbe # Parent 51e0ce467d2e1eaba00a7b5e399540083aeba869 Use 'python3 -mpip' to install hg-evolve diff --git a/.build.yml b/.build.yml --- a/.build.yml +++ b/.build.yml @@ -12,7 +12,7 @@ - hg+https://www.mercurial-scm.org/repo/hg tasks: - setup-evolve: | - pip3 install --user hg-evolve + python3 -mpip install hg-evolve - test-5_1: | cd bookbinder make tests-5.1