mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-25 05:10:19 +00:00
Update command hint
This commit is contained in:
parent
2add15e92c
commit
27badf6b3d
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ def sherlock(
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("Important!")
|
print("Important!")
|
||||||
print("> Dependencies for --tor and --unique-tor are now optional, and WILL BE DEPRECATED in a future release of Sherlock.")
|
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("> 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 packager maintainer's documentation, or install separately with `pipx install torrequest`.\n")
|
print("> Other packages should refer to their documentation, or install separately with `pip install torrequest`.\n")
|
||||||
sys.exit(query_notify.finish())
|
sys.exit(query_notify.finish())
|
||||||
|
|
||||||
# Requests using Tor obfuscation
|
# Requests using Tor obfuscation
|
||||||
|
|
Loading…
Reference in a new issue