Correctly call pip with a requirements file.
Review Request #7831 — Created Dec. 27, 2015 and submitted — Latest diff uploaded
pip uses
-rto reference a requirements file, not-f.
Prior to this change,
python ./contrib/internal/prepare-dev.pywould not
execute successfully. With this change, it does.