more help

This commit is contained in:
ville rantanen
2014-06-12 16:14:57 +03:00
parent e858b9af61
commit 9ff9aa7717

View File

@@ -211,6 +211,7 @@ def csv_write(screader,fileout):
if not which('sc'): if not which('sc'):
print('You don\'t seem to have "sc" installed!') print('You don\'t seem to have "sc" installed!')
print('sudo apt-get install sc')
sys.exit(1) sys.exit(1)
opts=setup_options() opts=setup_options()