]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Remove unneeded installation on `install` script (#2398)
authorTom Christie <tom@tomchristie.com>
Thu, 6 Oct 2022 13:43:43 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 13:43:43 +0000 (15:43 +0200)
scripts/install

index f98bbfca3c844877a83d220042a2abcd033176a3..58b632403b14940ac26de814b33b4cf7d3928791 100755 (executable)
@@ -17,4 +17,3 @@ fi
 
 "$PIP" install -U pip
 "$PIP" install -r "$REQUIREMENTS"
-"$PIP" install -e .