fix pipx run command

Add the required `--spec` argument
This commit is contained in:
Chad Smith 2020-08-20 10:27:47 -07:00 committed by GitHub
parent e471b012a0
commit 3264c48c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`