Remove -e from "INSTALL_PATCHMATCH.md

The -e flag does NOT work in this case and results in a RemoteNotFound Error
This commit is contained in:
Sammy 2022-12-07 22:42:06 +01:00 committed by Lincoln Stein
parent 865439114b
commit 3859302f1c

View File

@ -55,7 +55,7 @@ steps:
5. Do a "develop" install of pypatchmatch:
```
pip install -e "git+https://github.com/invoke-ai/PyPatchMatch@0.1.3#egg=pypatchmatch"
pip install "git+https://github.com/invoke-ai/PyPatchMatch@0.1.3#egg=pypatchmatch"
```
6. Confirm that pypatchmatch is installed.