diff --git a/README.md b/README.md index 1eca720..a5b079d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ Within Python Virtual Environment: 5. Run `python delete_inactives.py` to delete all inactive users after 30 days period from the warning email. -6. Run `python edit_status.py` to set True or False any of following `mailing_db_table` columns: `to_be_deleted`, `feedback` and `recipient_error`. +6. Run `python edit_status.py` to set True or False any of following `mailing_db_table` columns: `to_be_deleted`, `feedback` and `recipient_error`. Useful after emailed user's feedback. Note: install all needed packages with `pip install -r requirements.txt`