mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
Shrink error message
This commit is contained in:
parent
0ece8bf672
commit
80e61cd3be
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ try:
|
|||
except ImportError:
|
||||
print("Did you run Sherlock with `python3 sherlock/sherlock.py ...`?")
|
||||
print("This is an outdated method. Please see https://sherlockproject.xyz/installation for up to date instructions.")
|
||||
print("Most users can simply run `pipx install sherlock-project`, but other options are detailed on the website.")
|
||||
sys.exit(1)
|
||||
|
||||
import csv
|
||||
|
|
Loading…
Reference in a new issue