diff-edit/README.md

23 lines
434 B
Markdown
Raw Normal View History

2022-01-01 17:37:20 +10:00
# Diff-edit
## Summary
Edit two files side by side, showing differences.
## Installation
Install diff-edit directly using pip:
pip install --upgrade pip # A recent version of pip is needed.
pip install --use-deprecated=legacy-resolver git+https://github.com/ahamilton/diff-edit
2022-01-01 17:37:20 +10:00
Or install from source:
git clone https://github.com/ahamilton/diff-edit
2022-05-12 23:48:43 +10:00
cd diff-edit
./install
2022-01-01 17:37:20 +10:00
Then to run:
diff-edit -h