Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff committed Jan 18, 2024
1 parent bee39b2 commit c25b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osivalidator/osi_general_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c25b170

Please sign in to comment.