duosecurity / duo_log_sync

MIT License
37 stars 28 forks source link

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

Open MarkTripod-Duo opened 11 months ago

MarkTripod-Duo commented 11 months ago

Description

Add pip installation step for requirements.txt to the README instructions

Motivation and Context

The explicit step to install the required python packages prior to execution of setup.py is needed to prevent potential installation errors that may occur when required packages call setuputils on their own.

How Has This Been Tested?

Manual testing of installation steps performed in a virtual environment.

Types of Changes