Recent pip is needed in any case.

This commit is contained in:
Andrew Hamilton 2022-01-07 11:31:05 +10:00
parent a23049c0f4
commit 8818c16a56

View file

@ -16,6 +16,7 @@ Install diff-edit directly using pip:
Or install from source: Or install from source:
git clone https://github.com/ahamilton/diff-edit git clone https://github.com/ahamilton/diff-edit
pip install --upgrade pip # A recent version of pip is needed.
pip install ./diff-edit pip install ./diff-edit
Then to run: Then to run: