My company requires that when we distribute a python package we must include a license agreement that the installer must agree to before the install proceeds. Any way to make pip interactive?
Example: pip install mypackage
No hanky panky!
Do you agree to the terms? : y
pip install continues....