fix pipx run command (#118)

Add the required `--spec` argument
pull/128/head
Chad Smith 4 years ago committed by GitHub
parent e471b012a0
commit 6ba5e8f165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@ Persistent install:
Sandboxed temporary instance:
`pipx run git+https://github.com/benbusby/whoogle-search.git whoogle-search`
`pipx run --spec git+https://github.com/benbusby/whoogle-search.git whoogle-search`
### D) pip
`pip install whoogle-search`

Loading…
Cancel
Save