Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to add step for installation of requirements.txt #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
MarkTripod-Duo marked this conversation as resolved.
Show resolved Hide resolved
- 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 <complete/path/to/config.yml>`.
Expand Down