From c25b17063e5d929ea09eea4a6e5c887f99a78f13 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Thu, 18 Jan 2024 14:45:27 +0100 Subject: [PATCH] Update error message Signed-off-by: ClemensLinnhoff --- osivalidator/osi_general_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osivalidator/osi_general_validator.py b/osivalidator/osi_general_validator.py index 6b1e009..7151cdd 100755 --- a/osivalidator/osi_general_validator.py +++ b/osivalidator/osi_general_validator.py @@ -17,7 +17,7 @@ from format.OSITrace import OSITrace except Exception as e: print( - "Make sure you have installed the requirements with 'pip install -r requirements.txt'!" + "Make sure you have installed the requirements with 'python3 -m pip install -r requirements.txt'!" ) print(e)