Update command hint

This commit is contained in:
Paul Pfeister 2024-07-08 02:03:42 -04:00
parent 2add15e92c
commit 27badf6b3d
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

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