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

Pl.pip install additional options #3760

Merged

Commits on Jul 21, 2016

  1. Add --platform and --python-version to pip download.

    With the --platform option, a user can download wheels with
    a different platform than that of the local machine running the command.
    
    With the --python-version option, a user can
    download wheels that are explicitly compatible with a specific
    Python interpreter version.
    
    This functionality is meant for utilities that gather dependencies
    and prepare distributions for other platforms.
    Mathew Jennings authored and Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    9a4be9b View commit details
    Browse the repository at this point in the history
  2. Add --implementation and --abi parameters to pip download.

    Add thorough tests, usage documentation, and handle some merge issues.
    Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    bbe99ce View commit details
    Browse the repository at this point in the history
  3. Fix CHANGES entry

    Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    5c8e31f View commit details
    Browse the repository at this point in the history
  4. Fix docs example enumeration

    Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    d76477d View commit details
    Browse the repository at this point in the history
  5. Fix PR reference

    Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    d61148c View commit details
    Browse the repository at this point in the history
  6. Fix old docstring manylinux1 reference.

    Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    17ffa30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5337d01 View commit details
    Browse the repository at this point in the history
  8. Doc nits

    Patrick Lawson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    72d9fd1 View commit details
    Browse the repository at this point in the history