fix pipx run command (#118)

Add the required `--spec` argument
This commit is contained in:
Chad Smith 2020-08-20 12:40:34 -07:00 committed by GitHub
parent e471b012a0
commit 6ba5e8f165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ Persistent install:
Sandboxed temporary instance: 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 ### D) pip
`pip install whoogle-search` `pip install whoogle-search`