This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
diff-edit
Watch
1
Star
0
Fork
You've already forked diff-edit
0
Code
Releases
Activity
bfb0d941b0
diff-edit
/
install
8 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
Add install script
2022-05-12 23:48:43 +10:00
#!/bin/bash
set -e
Don't install pip with apt. - diff-edit is tested on ubuntu but might work on other linuxes, so don't use apt. - Hopefully pip is installed.
2022-05-13 14:16:29 +10:00
python3 -m pip install --use-deprecated=legacy-resolver $1 .
Copy permalink