packaging: Bring installation instructions up to date
This commit is contained in:
parent
bfb0d941b0
commit
2df35a9064
2 changed files with 5 additions and 5 deletions
|
|
@ -6,14 +6,13 @@ Edit two files side by side, showing differences.
|
|||
|
||||
## Installation
|
||||
|
||||
Install diff-edit directly using pip:
|
||||
Install diff-edit directly using pipx:
|
||||
|
||||
pip install --upgrade pip # A recent version of pip is needed.
|
||||
pip install --use-deprecated=legacy-resolver git+https://github.com/ahamilton/diff-edit
|
||||
pipx install git+https://gitlab.com/ahamilton/diff-edit
|
||||
|
||||
Or install from source:
|
||||
|
||||
git clone https://github.com/ahamilton/diff-edit
|
||||
git clone https://gitlab.com/ahamilton/diff-edit
|
||||
cd diff-edit
|
||||
./install
|
||||
|
||||
|
|
|
|||
3
install
3
install
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
|
||||
python3 -m pip install --use-deprecated=legacy-resolver $1 .
|
||||
pipx install "$@" .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue