From 9ff9aa7717178dbc32572612520c6a87a2561aa3 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 12 Jun 2014 16:14:57 +0300 Subject: [PATCH] more help --- tsvedit.py | 1 + 1 file changed, 1 insertion(+) 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()