Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 329 Bytes

CS261-coursework

To start the servers, run the 'main.py' file

Dependencies

  • Python Flask
    • To install: "pip3 install flask"
  • Python Flask Socketio
    • To install: "pip3 install flask-socketio"
  • Python eventlet
    • To install: "pip3 install eventlet"
  • TextBlob
    • To install: "pip3 install -U textblob"