diff --git a/tsvedit.py b/tsvedit.py index 912f19e..9a96ebd 100755 --- a/tsvedit.py +++ b/tsvedit.py @@ -211,6 +211,7 @@ def csv_write(screader,fileout): if not which('sc'): print('You don\'t seem to have "sc" installed!') + print('sudo apt-get install sc') sys.exit(1) opts=setup_options()