Update `pipx` instructions in readme [skip ci] (#1166)
If `pipx install git+<link>` is used, the user must have git installed, otherwise the package cannot be installed. In the case of a direct link to the archive, this is not required.main
parent
a509169110
commit
81420e035a
|
@ -148,7 +148,7 @@ ___
|
||||||
### [pipx](https://github.com/pipxproject/pipx#install-pipx)
|
### [pipx](https://github.com/pipxproject/pipx#install-pipx)
|
||||||
Persistent install:
|
Persistent install:
|
||||||
|
|
||||||
`pipx install git+https://github.com/benbusby/whoogle-search.git`
|
`pipx install https://github.com/benbusby/whoogle-search/archive/refs/heads/main.zip`
|
||||||
|
|
||||||
Sandboxed temporary instance:
|
Sandboxed temporary instance:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue