|
|
@ -14,8 +14,8 @@ if __name__ == "__main__":
|
|
|
|
# Check if the user is using the correct version of Python
|
|
|
|
# Check if the user is using the correct version of Python
|
|
|
|
python_version = sys.version.split()[0]
|
|
|
|
python_version = sys.version.split()[0]
|
|
|
|
|
|
|
|
|
|
|
|
if sys.version_info < (3, 8):
|
|
|
|
if sys.version_info < (3, 9):
|
|
|
|
print(f"Sherlock requires Python 3.8+\nYou are using Python {python_version}, which is not supported by Sherlock.")
|
|
|
|
print(f"Sherlock requires Python 3.9+\nYou are using Python {python_version}, which is not supported by Sherlock.")
|
|
|
|
sys.exit(1)
|
|
|
|
sys.exit(1)
|
|
|
|
|
|
|
|
|
|
|
|
from sherlock_project import sherlock
|
|
|
|
from sherlock_project import sherlock
|
|
|
|