diff-edit/install
Andrew Hamilton 8028f035e2 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

7 lines
84 B
Bash
Executable file

#!/bin/bash
set -e
python3 -m pip install --use-deprecated=legacy-resolver $1 .