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
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
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