From 27badf6b3d2627fe0b97f07384c94712a9819e22 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 8 Jul 2024 02:03:42 -0400 Subject: [PATCH] Update command hint --- sherlock/sherlock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 48d29cf..1748514 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -210,8 +210,8 @@ def sherlock( except ImportError: print("Important!") print("> Dependencies for --tor and --unique-tor are now optional, and WILL BE DEPRECATED in a future release of Sherlock.") - print("> If you've installed Sherlock via pipx, you can install the dependency with `pip install sherlock-project[tor]`.") - print("> Other packages should refer to their packager maintainer's documentation, or install separately with `pipx install torrequest`.\n") + print("> If you've installed Sherlock via pip, you can install with the dependency with `pip install sherlock-project[tor]`.") + print("> Other packages should refer to their documentation, or install separately with `pip install torrequest`.\n") sys.exit(query_notify.finish()) # Requests using Tor obfuscation