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

Remove pip --download-cache flag (fixes #279) #282

Merged
merged 1 commit into from
Feb 3, 2016

Commits on Feb 3, 2016

  1. Remove pip --download-cache flag (fixes kivy#279)

    pip install --download-cache and pip wheel --download-cache command line flags have been deprecated and the functionality removed. Since pip now automatically configures and uses it's internal HTTP cache which supplants the --download-cache the existing options have been made non functional but will still be accepted until their removal in pip v8.0. For more information please see https://pip.pypa.io/en/stable/reference/pip_install.html#caching
    cbenhagen committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    c335f42 View commit details
    Browse the repository at this point in the history