-
Notifications
You must be signed in to change notification settings - Fork 3
chime-experiment/comet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation ------------ Comet requires a running redis server: sudo apt-get install redis sudo systemctl start redis Download comet: git clone https://github.com/chime-experiment/comet.git cd comet pymysql requires mysql_config so install: sudo apt-get install mysql-server libmysqlclient-dev Install comet: sudo pip3 install . -r requirements.txt Running Comet ------------- To see the usage of comet, run: comet --help