PEP 453: alternate installer wording tweak

Avoid implying that hashdist and conda are part of the same
project.
This commit is contained in:
Nick Coghlan 2013-10-26 15:51:53 +10:00
parent 0851a088fc
commit f5dae2a3d7
1 changed files with 4 additions and 6 deletions

View File

@ -133,12 +133,10 @@ feature release cycle, instead of using the general difficulty of installing
third-party packages as justification for inclusion.
Providing a standard installation system also helps with bootstrapping
alternate build and installer systems, such as ``setuptools``,
``zc.buildout`` and the ``hashdist``/``conda`` combination that is aimed
specifically at the scientific community. So long as
``pip install <tool>`` works, then a standard Python-specific installer
provides a reasonably secure, cross platform mechanism to get access to
these utilities.
alternate build and installer systems, such as ``zc.buildout``, ``hashdist``
and ``conda``. So long as ``pip install <tool>`` works, then a standard
Python-specific installer provides a reasonably secure, cross platform
mechanism to get access to these utilities.
Enabling the evolution of the broader Python packaging ecosystem