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