def history(): print '\n'*2 #print 'The script will install some Astronomical Software automaticlly' #print terminalColor.RED print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND print '>>> Now this script will support the following OS and software', print terminalColor.NONE print support_os.show_support_os()
def history(): print '\n' * 2 #print 'The script will install some Astronomical Software automaticlly' #print terminalColor.RED print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND print '>>> Now this script will support the following OS and software', print terminalColor.NONE print support_os.show_support_os()
print 'But I am not sure it will work' print '#'*75 print terminalColor.NONE sys.exit() if __name__ == '__main__': # history.history() # time.sleep(delay) # check() createDir.createDir() print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND print '>>> Now this script will support the following OS and software', print terminalColor.NONE support_os.show_support_os() print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND print '>>> First check if you have install the dependency software', print terminalColor.NONE preUbuntu.preUbuntu() print terminalColor.BLINK_GREEN_TEXT_WHITE_BACKGROUND print '>>> Now this installation will start in %d seconds' % delay, print terminalColor.NONE time.sleep(delay) pgplot.install_pgplot() print '== Going to install calceph ==='