• 
      

    Correctly call pip with a requirements file.

    Review Request #7831 — Created Dec. 27, 2015 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    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.