Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for user and constraints to pip module #33098

Closed
wants to merge 1 commit into from

Commits on Nov 30, 2017

  1. Add support for user and constraints to pip module

    pip supports a --user flag, which tells pip to install to the Python
    user install directory. Add it as a boolean flag.
    
    pip also supports a -c/--constraint option that can be used to supply a
    file containing constraints to apply to how pip resolves dependencies.
    Add a parameter allowing a user to provide a path to a constraints file.
    emonty committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    fe0560d View commit details
    Browse the repository at this point in the history