From 9c4dfd1b75f2571b9839029b18dc2bdc72bf7e69 Mon Sep 17 00:00:00 2001 From: Mark Tripod Date: Wed, 13 Dec 2023 12:06:29 -0500 Subject: [PATCH] doc: update README.md to add step for installation of requirements.txt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf01211..550fdc7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ MSP customers gathering logs from linked accounts should create an **Accounts AP - Make sure you are running Python 3+ with `python --version`. - Clone this GitHub repository and navigate to the `duo_log_sync` folder. - Ensure you have "setuptools" by running `pip3 install setuptools`. +- Install required packages by running `pip/pip3 install -r requirements.txt`. - Install `duologsync` by running `python/python3 setup.py install`. - Refer to the `Configuration` section below. You will need to create a `config.yml` file and fill out credentials for the adminapi in the duoclient section as well as other parameters if necessary. - Run the application using `duologsync `.