Skip to content

Commit

Permalink
pipx -> pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jul 1, 2024
1 parent efc6b12 commit 2add15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 2add15e

Please sign in to comment.