Added a 'requirements.txt' for easily installing required pip packages.

This commit is contained in:
Justin Emter
2017-08-04 13:04:15 -07:00
parent e78a0fc2c8
commit 3a75a20ab9
3 changed files with 19 additions and 1 deletions

View File

@@ -1106,7 +1106,9 @@ if __name__ == '__main__':
t.join()
#print '{}'.format(datetime.datetime.now(), end="\r")
if pseudo_channel.DEBUG:
print '{}'.format(datetime.datetime.now(), end="\r")
except KeyboardInterrupt: