ojosproject / api

GNU General Public License v3.0
0 stars 0 forks source link

ojos-flask-twilio

This is a Python project that uses Flask to allow Iris to send sms messages and emails to patients and caretakers with API calls to Twilio

Installation

Use pip to install dependencies

python -m venv venv
venv\Scripts\activate # check https://docs.python.org/3/library/venv.html#how-venvs-work
pip install -r requirements.txt

License

GNU General Public License v3.0