From 3264c48c3c61d6f606e5754ddc7c04e65b35562a Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Thu, 20 Aug 2020 10:27:47 -0700 Subject: [PATCH] fix pipx run command Add the required `--spec` argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9c27a3..84a4f44 100644 --- a/README.md +++ b/README.md @@ -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`