Tell users how to use the application.
*** a bunch of pip installs required for scraper and sentiment stuff, list here later
*** possible to include install script that can just be run after cloning
Tell users what they need to run the application.
Indicate how the project was tested.
- X, Y, and Z Programming Languages
- Project Members
- Acknowledge anyone/anything that enabled this project to be successful
pip3 install psycopg2
pip3 install ibm_watson
pip install newsapi
pip install newsapi-python
pip3 install django
For webhosting:
pip install gunicorn