Skip to content

Commit 27badf6

Browse files
committed
Update command hint
1 parent 2add15e commit 27badf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sherlock/sherlock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def sherlock(
210210
except ImportError:
211211
print("Important!")
212212
print("> Dependencies for --tor and --unique-tor are now optional, and WILL BE DEPRECATED in a future release of Sherlock.")
213-
print("> If you've installed Sherlock via pipx, you can install the dependency with `pip install sherlock-project[tor]`.")
214-
print("> Other packages should refer to their packager maintainer's documentation, or install separately with `pipx install torrequest`.\n")
213+
print("> If you've installed Sherlock via pip, you can install with the dependency with `pip install sherlock-project[tor]`.")
214+
print("> Other packages should refer to their documentation, or install separately with `pip install torrequest`.\n")
215215
sys.exit(query_notify.finish())
216216

217217
# Requests using Tor obfuscation

0 commit comments

Comments
 (0)