Thanks!<br><br>On Saturday, April 14, 2018, Thomas Kluyver <<a href="mailto:thomas@kluyver.me.uk">thomas@kluyver.me.uk</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks and congratulations to everyone who has worked on pip!<br>
<br>
On Sat, Apr 14, 2018, at 1:47 PM, Paul Moore wrote:<br>
> On behalf of the PyPA, I am pleased to announce that pip 10.0 has just<br>
> been released. This release has been the culmination of many months of<br>
> work by the community.<br>
> <br>
> To install pip 10.0, you can run<br>
> <br>
>     python -m pip install --upgrade pip<br>
> <br>
> or use get-pip, as described in<br>
> <a href="https://pip.pypa.io/en/latest/installing" target="_blank">https://pip.pypa.io/en/latest/<wbr>installing</a>. If you are using a version<br>
> of pip supplied by your distribution vendor, vendor-supplied upgrades<br>
> will be available in due course (or you can use pip 10 in a virtual<br>
> environment).<br>
> <br>
> (One minor issue with using get-pip on Windows - when you download<br>
> get-pip.py, rename it to something that doesn't include "pip" in the<br>
> name, such as "gp.py", as the standard name triggers a check in pip<br>
> that aborts the run - this is being tracked in<br>
> <a href="https://github.com/pypa/pip/issues/5219" target="_blank">https://github.com/pypa/pip/<wbr>issues/5219</a>).<br>
> <br>
> Highlights of the new release:<br>
> <br>
> * Python 2.6 is no longer supported - if you need pip on Python 2.6,<br>
> you should stay on pip 9, which is the last version to support Python<br>
> 2.6.<br>
> * Support for PEP 518, which allows projects to specify what packages<br>
> they require in order to build from source. (PEP 518 support is<br>
> currently limited, with full support coming in future versions - see<br>
> the documentation for details).<br>
> * Significant improvements in Unicode handling for non-ASCII locales on Windows.<br>
> * A new "pip config" command.<br>
> * The default upgrade strategy has become "only-if-needed"<br>
> * Many bug fixes and minor improvements.<br>
> <br>
> In addition, the previously announced reorganisation of pip's<br>
> internals has now taken place. Unless you are the author of code that<br>
> imports the pip module (or a user of such code), this change will not<br>
> affect you. If you are affected, please report the issue to the author of the<br>
> offending code (refer them to<br>
> <a href="https://mail.python.org/pipermail/distutils-sig/2017-October/031642.html" target="_blank">https://mail.python.org/<wbr>pipermail/distutils-sig/2017-<wbr>October/031642.html</a><br>
> for the details of the announcement).<br>
> <br>
> Thanks to everyone who put so much effort into the new release. Many<br>
> of the contributions came from community members, whether in the form<br>
> of code, participation in design discussions, or bug reports. The pip<br>
> development team is extremely grateful to everyone in the community<br>
> for their contributions.<br>
> <br>
> Thanks,<br>
> Paul<br>
> ______________________________<wbr>_________________<br>
> Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/distutils-sig</a><br>
______________________________<wbr>_________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/distutils-sig</a><br>
</blockquote>