mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
pipx -> pip
This commit is contained in:
parent
efc6b12c65
commit
2add15e92c
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ 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 `pipx install sherlock-project[tor]`.")
|
||||
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")
|
||||
sys.exit(query_notify.finish())
|
||||
|
||||
|
|
Loading…
Reference in a new issue