|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python Packaging User Guide \n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2026-04-20 19:18+0000\n" |
| 11 | +"POT-Creation-Date: 2026-04-20 19:36+0000\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -976,7 +976,7 @@ msgid "Lastly, it's important to understand that ``install_requires`` is a listi |
976 | 976 | msgstr "" |
977 | 977 |
|
978 | 978 | #: ../source/discussions/install-requires-vs-requirements.rst:62 |
979 | | -#: ../source/tutorials/installing-packages.rst:464 |
| 979 | +#: ../source/tutorials/installing-packages.rst:463 |
980 | 980 | msgid "Requirements files" |
981 | 981 | msgstr "" |
982 | 982 |
|
@@ -3599,7 +3599,7 @@ msgid "You can see if your package has successfully uploaded by navigating to th |
3599 | 3599 | msgstr "" |
3600 | 3600 |
|
3601 | 3601 | #: ../source/guides/distributing-packages-using-setuptools.rst:589 |
3602 | | -#: ../source/tutorials/installing-packages.rst:670 |
| 3602 | +#: ../source/tutorials/installing-packages.rst:669 |
3603 | 3603 | msgid "Depending on your platform, this may require root or Administrator access. :ref:`pip` is currently considering changing this by `making user installs the default behavior <https://github.com/pypa/pip/issues/1668>`_." |
3604 | 3604 | msgstr "" |
3605 | 3605 |
|
@@ -4511,7 +4511,7 @@ msgid "If you want to allow packages from both the :term:`Python Package Index ( |
4511 | 4511 | msgstr "" |
4512 | 4512 |
|
4513 | 4513 | #: ../source/guides/installing-using-pip-and-virtual-environments.rst:434 |
4514 | | -#: ../source/tutorials/installing-packages.rst:393 |
| 4514 | +#: ../source/tutorials/installing-packages.rst:392 |
4515 | 4515 | msgid "Upgrading packages" |
4516 | 4516 | msgstr "" |
4517 | 4517 |
|
@@ -17579,262 +17579,262 @@ msgid "Securely Download `get-pip.py <https://bootstrap.pypa.io/get-pip.py>`_ [1 |
17579 | 17579 | msgstr "" |
17580 | 17580 |
|
17581 | 17581 | #: ../source/tutorials/installing-packages.rst:139 |
17582 | | -msgid "Run ``python get-pip.py``. [2]_ This will install or upgrade pip. Additionally, it will install :ref:`setuptools` and :ref:`wheel` if they're not installed already." |
| 17582 | +msgid "Run ``python get-pip.py``. [2]_ This will install or upgrade pip. Additionally, it may install :ref:`setuptools` and :ref:`wheel` if they're not installed already." |
17583 | 17583 | msgstr "" |
17584 | 17584 |
|
17585 | 17585 | #: ../source/tutorials/installing-packages.rst:145 |
17586 | 17586 | msgid "Be cautious if you're using a Python install that's managed by your operating system or another package manager. get-pip.py does not coordinate with those tools, and may leave your system in an inconsistent state. You can use ``python get-pip.py --prefix=/usr/local/`` to install in ``/usr/local`` which is designed for locally-installed software." |
17587 | 17587 | msgstr "" |
17588 | 17588 |
|
17589 | 17589 | #: ../source/tutorials/installing-packages.rst:154 |
17590 | | -msgid "Ensure pip, setuptools, and wheel are up to date" |
| 17590 | +msgid "Ensure pip is up to date" |
17591 | 17591 | msgstr "" |
17592 | 17592 |
|
17593 | 17593 | #: ../source/tutorials/installing-packages.rst:156 |
17594 | | -msgid "While ``pip`` alone is sufficient to install from pre-built binary archives, up to date copies of the ``setuptools`` and ``wheel`` projects are useful to ensure you can also install from source archives:" |
| 17594 | +msgid "Make sure you have the latest features and fixes, and support for the latest Python packaging specifications." |
17595 | 17595 | msgstr "" |
17596 | 17596 |
|
17597 | | -#: ../source/tutorials/installing-packages.rst:173 |
| 17597 | +#: ../source/tutorials/installing-packages.rst:172 |
17598 | 17598 | msgid "Optionally, create a virtual environment" |
17599 | 17599 | msgstr "" |
17600 | 17600 |
|
17601 | | -#: ../source/tutorials/installing-packages.rst:175 |
| 17601 | +#: ../source/tutorials/installing-packages.rst:174 |
17602 | 17602 | msgid "See :ref:`section below <Creating and using Virtual Environments>` for details, but here's the basic :doc:`venv <python:library/venv>` [3]_ command to use on a typical Linux system:" |
17603 | 17603 | msgstr "" |
17604 | 17604 |
|
17605 | | -#: ../source/tutorials/installing-packages.rst:192 |
| 17605 | +#: ../source/tutorials/installing-packages.rst:191 |
17606 | 17606 | msgid "This will create a new virtual environment in the ``tutorial_env`` subdirectory, and configure the current shell to use it as the default ``python`` environment." |
17607 | 17607 | msgstr "" |
17608 | 17608 |
|
17609 | | -#: ../source/tutorials/installing-packages.rst:199 |
| 17609 | +#: ../source/tutorials/installing-packages.rst:198 |
17610 | 17610 | msgid "Creating Virtual Environments" |
17611 | 17611 | msgstr "" |
17612 | 17612 |
|
17613 | | -#: ../source/tutorials/installing-packages.rst:201 |
| 17613 | +#: ../source/tutorials/installing-packages.rst:200 |
17614 | 17614 | msgid "Python \"Virtual Environments\" allow Python :term:`packages <Distribution Package>` to be installed in an isolated location for a particular application, rather than being installed globally. If you are looking to safely install global command line tools, see :doc:`/guides/installing-stand-alone-command-line-tools`." |
17615 | 17615 | msgstr "" |
17616 | 17616 |
|
17617 | | -#: ../source/tutorials/installing-packages.rst:207 |
| 17617 | +#: ../source/tutorials/installing-packages.rst:206 |
17618 | 17618 | msgid "Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. How can you use both these applications? If you install everything into /usr/lib/python3.6/site-packages (or whatever your platform’s standard location is), it’s easy to end up in a situation where you unintentionally upgrade an application that shouldn’t be upgraded." |
17619 | 17619 | msgstr "" |
17620 | 17620 |
|
17621 | | -#: ../source/tutorials/installing-packages.rst:213 |
| 17621 | +#: ../source/tutorials/installing-packages.rst:212 |
17622 | 17622 | msgid "Or more generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application." |
17623 | 17623 | msgstr "" |
17624 | 17624 |
|
17625 | | -#: ../source/tutorials/installing-packages.rst:217 |
| 17625 | +#: ../source/tutorials/installing-packages.rst:216 |
17626 | 17626 | msgid "Also, what if you can’t install :term:`packages <Distribution Package>` into the global site-packages directory? For instance, on a shared host." |
17627 | 17627 | msgstr "" |
17628 | 17628 |
|
17629 | | -#: ../source/tutorials/installing-packages.rst:220 |
| 17629 | +#: ../source/tutorials/installing-packages.rst:219 |
17630 | 17630 | msgid "In all these cases, virtual environments can help you. They have their own installation directories and they don’t share libraries with other virtual environments." |
17631 | 17631 | msgstr "" |
17632 | 17632 |
|
17633 | | -#: ../source/tutorials/installing-packages.rst:224 |
| 17633 | +#: ../source/tutorials/installing-packages.rst:223 |
17634 | 17634 | msgid "Currently, there are two common tools for creating Python virtual environments:" |
17635 | 17635 | msgstr "" |
17636 | 17636 |
|
17637 | | -#: ../source/tutorials/installing-packages.rst:226 |
| 17637 | +#: ../source/tutorials/installing-packages.rst:225 |
17638 | 17638 | msgid ":doc:`venv <python:library/venv>` is available by default in Python 3.3 and later, and installs :ref:`pip` into created virtual environments in Python 3.4 and later (Python versions prior to 3.12 also installed :ref:`setuptools`)." |
17639 | 17639 | msgstr "" |
17640 | 17640 |
|
17641 | | -#: ../source/tutorials/installing-packages.rst:229 |
| 17641 | +#: ../source/tutorials/installing-packages.rst:228 |
17642 | 17642 | msgid ":ref:`virtualenv` needs to be installed separately, but supports Python 2.7+ and Python 3.3+, and :ref:`pip`, :ref:`setuptools` and :ref:`wheel` are installed into created virtual environments by default. Note that ``setuptools`` is no longer included by default starting with Python 3.12 (and ``virtualenv`` follows this behavior)." |
17643 | 17643 | msgstr "" |
17644 | 17644 |
|
17645 | | -#: ../source/tutorials/installing-packages.rst:234 |
| 17645 | +#: ../source/tutorials/installing-packages.rst:233 |
17646 | 17646 | msgid "The basic usage is like so:" |
17647 | 17647 | msgstr "" |
17648 | 17648 |
|
17649 | | -#: ../source/tutorials/installing-packages.rst:236 |
| 17649 | +#: ../source/tutorials/installing-packages.rst:235 |
17650 | 17650 | msgid "Using :doc:`venv <python:library/venv>`:" |
17651 | 17651 | msgstr "" |
17652 | 17652 |
|
17653 | | -#: ../source/tutorials/installing-packages.rst:252 |
| 17653 | +#: ../source/tutorials/installing-packages.rst:251 |
17654 | 17654 | msgid "Using :ref:`virtualenv`:" |
17655 | 17655 | msgstr "" |
17656 | 17656 |
|
17657 | | -#: ../source/tutorials/installing-packages.rst:268 |
| 17657 | +#: ../source/tutorials/installing-packages.rst:267 |
17658 | 17658 | msgid "For more information, see the :doc:`venv <python:library/venv>` docs or the :doc:`virtualenv <virtualenv:index>` docs." |
17659 | 17659 | msgstr "" |
17660 | 17660 |
|
17661 | | -#: ../source/tutorials/installing-packages.rst:271 |
| 17661 | +#: ../source/tutorials/installing-packages.rst:270 |
17662 | 17662 | msgid "The use of :command:`source` under Unix shells ensures that the virtual environment's variables are set within the current shell, and not in a subprocess (which then disappears, having no useful effect)." |
17663 | 17663 | msgstr "" |
17664 | 17664 |
|
17665 | | -#: ../source/tutorials/installing-packages.rst:276 |
| 17665 | +#: ../source/tutorials/installing-packages.rst:275 |
17666 | 17666 | msgid "In both of the above cases, Windows users should *not* use the :command:`source` command, but should rather run the :command:`activate` script directly from the command shell like so:" |
17667 | 17667 | msgstr "" |
17668 | 17668 |
|
17669 | | -#: ../source/tutorials/installing-packages.rst:286 |
| 17669 | +#: ../source/tutorials/installing-packages.rst:285 |
17670 | 17670 | msgid "Managing multiple virtual environments directly can become tedious, so the :ref:`dependency management tutorial <managing-dependencies>` introduces a higher level tool, :ref:`Pipenv`, that automatically manages a separate virtual environment for each project and application that you work on." |
17671 | 17671 | msgstr "" |
17672 | 17672 |
|
17673 | | -#: ../source/tutorials/installing-packages.rst:293 |
| 17673 | +#: ../source/tutorials/installing-packages.rst:292 |
17674 | 17674 | msgid "Use pip for Installing" |
17675 | 17675 | msgstr "" |
17676 | 17676 |
|
17677 | | -#: ../source/tutorials/installing-packages.rst:295 |
| 17677 | +#: ../source/tutorials/installing-packages.rst:294 |
17678 | 17678 | msgid ":ref:`pip` is the recommended installer. Below, we'll cover the most common usage scenarios. For more detail, see the :doc:`pip docs <pip:index>`, which includes a complete :doc:`Reference Guide <pip:cli/index>`." |
17679 | 17679 | msgstr "" |
17680 | 17680 |
|
17681 | | -#: ../source/tutorials/installing-packages.rst:301 |
| 17681 | +#: ../source/tutorials/installing-packages.rst:300 |
17682 | 17682 | msgid "Installing from PyPI" |
17683 | 17683 | msgstr "" |
17684 | 17684 |
|
17685 | | -#: ../source/tutorials/installing-packages.rst:303 |
| 17685 | +#: ../source/tutorials/installing-packages.rst:302 |
17686 | 17686 | msgid "The most common usage of :ref:`pip` is to install from the :term:`Python Package Index <Python Package Index (PyPI)>` using a :term:`requirement specifier <Requirement Specifier>`. Generally speaking, a requirement specifier is composed of a project name followed by an optional :term:`version specifier <Version Specifier>`. A full description of the supported specifiers can be found in the :ref:`Version specifier specification <version-specifiers>`. Below are some examples." |
17687 | 17687 | msgstr "" |
17688 | 17688 |
|
17689 | | -#: ../source/tutorials/installing-packages.rst:311 |
| 17689 | +#: ../source/tutorials/installing-packages.rst:310 |
17690 | 17690 | msgid "To install the latest version of \"SomeProject\":" |
17691 | 17691 | msgstr "" |
17692 | 17692 |
|
17693 | | -#: ../source/tutorials/installing-packages.rst:325 |
| 17693 | +#: ../source/tutorials/installing-packages.rst:324 |
17694 | 17694 | msgid "To install a specific version:" |
17695 | 17695 | msgstr "" |
17696 | 17696 |
|
17697 | | -#: ../source/tutorials/installing-packages.rst:339 |
| 17697 | +#: ../source/tutorials/installing-packages.rst:338 |
17698 | 17698 | msgid "To install greater than or equal to one version and less than another:" |
17699 | 17699 | msgstr "" |
17700 | 17700 |
|
17701 | | -#: ../source/tutorials/installing-packages.rst:354 |
| 17701 | +#: ../source/tutorials/installing-packages.rst:353 |
17702 | 17702 | msgid "To install a version that's :ref:`compatible <version-specifiers-compatible-release>` with a certain version: [4]_" |
17703 | 17703 | msgstr "" |
17704 | 17704 |
|
17705 | | -#: ../source/tutorials/installing-packages.rst:369 |
| 17705 | +#: ../source/tutorials/installing-packages.rst:368 |
17706 | 17706 | msgid "In this case, this means to install any version \"==1.4.*\" version that's also \">=1.4.2\"." |
17707 | 17707 | msgstr "" |
17708 | 17708 |
|
17709 | | -#: ../source/tutorials/installing-packages.rst:374 |
| 17709 | +#: ../source/tutorials/installing-packages.rst:373 |
17710 | 17710 | msgid "Source Distributions vs Wheels" |
17711 | 17711 | msgstr "" |
17712 | 17712 |
|
17713 | | -#: ../source/tutorials/installing-packages.rst:376 |
| 17713 | +#: ../source/tutorials/installing-packages.rst:375 |
17714 | 17714 | msgid ":ref:`pip` can install from either :term:`Source Distributions (sdist) <Source Distribution (or \"sdist\")>` or :term:`Wheels <Wheel>`, but if both are present on PyPI, pip will prefer a compatible :term:`wheel <Wheel>`. You can override pip`s default behavior by e.g. using its :ref:`--no-binary <pip:install_--no-binary>` option." |
17715 | 17715 | msgstr "" |
17716 | 17716 |
|
17717 | | -#: ../source/tutorials/installing-packages.rst:382 |
| 17717 | +#: ../source/tutorials/installing-packages.rst:381 |
17718 | 17718 | msgid ":term:`Wheels <Wheel>` are a pre-built :term:`distribution <Distribution Package>` format that provides faster installation compared to :term:`Source Distributions (sdist) <Source Distribution (or \"sdist\")>`, especially when a project contains compiled extensions." |
17719 | 17719 | msgstr "" |
17720 | 17720 |
|
17721 | | -#: ../source/tutorials/installing-packages.rst:387 |
| 17721 | +#: ../source/tutorials/installing-packages.rst:386 |
17722 | 17722 | msgid "If :ref:`pip` does not find a wheel to install, it will locally build a wheel and cache it for future installs, instead of rebuilding the source distribution in the future." |
17723 | 17723 | msgstr "" |
17724 | 17724 |
|
17725 | | -#: ../source/tutorials/installing-packages.rst:395 |
| 17725 | +#: ../source/tutorials/installing-packages.rst:394 |
17726 | 17726 | msgid "Upgrade an already installed ``SomeProject`` to the latest from PyPI." |
17727 | 17727 | msgstr "" |
17728 | 17728 |
|
17729 | | -#: ../source/tutorials/installing-packages.rst:412 |
| 17729 | +#: ../source/tutorials/installing-packages.rst:411 |
17730 | 17730 | msgid "Installing to the User Site" |
17731 | 17731 | msgstr "" |
17732 | 17732 |
|
17733 | | -#: ../source/tutorials/installing-packages.rst:414 |
| 17733 | +#: ../source/tutorials/installing-packages.rst:413 |
17734 | 17734 | msgid "To install :term:`packages <Distribution Package>` that are isolated to the current user, use the ``--user`` flag:" |
17735 | 17735 | msgstr "" |
17736 | 17736 |
|
17737 | | -#: ../source/tutorials/installing-packages.rst:429 |
| 17737 | +#: ../source/tutorials/installing-packages.rst:428 |
17738 | 17738 | msgid "For more information see the `User Installs <https://pip.pypa.io/en/latest/user_guide/#user-installs>`_ section from the pip docs." |
17739 | 17739 | msgstr "" |
17740 | 17740 |
|
17741 | | -#: ../source/tutorials/installing-packages.rst:433 |
| 17741 | +#: ../source/tutorials/installing-packages.rst:432 |
17742 | 17742 | msgid "Note that the ``--user`` flag has no effect when inside a virtual environment - all installation commands will affect the virtual environment." |
17743 | 17743 | msgstr "" |
17744 | 17744 |
|
17745 | | -#: ../source/tutorials/installing-packages.rst:436 |
| 17745 | +#: ../source/tutorials/installing-packages.rst:435 |
17746 | 17746 | msgid "If ``SomeProject`` defines any command-line scripts or console entry points, ``--user`` will cause them to be installed inside the `user base`_'s binary directory, which may or may not already be present in your shell's :envvar:`PATH`. (Starting in version 10, pip displays a warning when installing any scripts to a directory outside :envvar:`PATH`.) If the scripts are not available in your shell after installation, you'll need to add the directory to your :envvar:`PATH`:" |
17747 | 17747 | msgstr "" |
17748 | 17748 |
|
17749 | | -#: ../source/tutorials/installing-packages.rst:444 |
| 17749 | +#: ../source/tutorials/installing-packages.rst:443 |
17750 | 17750 | msgid "On Linux and macOS you can find the user base binary directory by running ``python -m site --user-base`` and adding ``bin`` to the end. For example, this will typically print ``~/.local`` (with ``~`` expanded to the absolute path to your home directory) so you'll need to add ``~/.local/bin`` to your ``PATH``. You can set your ``PATH`` permanently by `modifying ~/.profile`_." |
17751 | 17751 | msgstr "" |
17752 | 17752 |
|
17753 | | -#: ../source/tutorials/installing-packages.rst:450 |
| 17753 | +#: ../source/tutorials/installing-packages.rst:449 |
17754 | 17754 | msgid "On Windows you can find the user base binary directory by running ``py -m site --user-site`` and replacing ``site-packages`` with ``Scripts``. For example, this could return ``C:\\Users\\Username\\AppData\\Roaming\\Python36\\site-packages`` so you would need to set your ``PATH`` to include ``C:\\Users\\Username\\AppData\\Roaming\\Python36\\Scripts``. You can set your user ``PATH`` permanently in the `Control Panel`_. You may need to log out for the ``PATH`` changes to take effect." |
17755 | 17755 | msgstr "" |
17756 | 17756 |
|
17757 | | -#: ../source/tutorials/installing-packages.rst:466 |
| 17757 | +#: ../source/tutorials/installing-packages.rst:465 |
17758 | 17758 | msgid "Install a list of requirements specified in a :ref:`Requirements File <pip:Requirements Files>`." |
17759 | 17759 | msgstr "" |
17760 | 17760 |
|
17761 | | -#: ../source/tutorials/installing-packages.rst:482 |
| 17761 | +#: ../source/tutorials/installing-packages.rst:481 |
17762 | 17762 | msgid "Installing from VCS" |
17763 | 17763 | msgstr "" |
17764 | 17764 |
|
17765 | | -#: ../source/tutorials/installing-packages.rst:484 |
| 17765 | +#: ../source/tutorials/installing-packages.rst:483 |
17766 | 17766 | msgid "Install a project from VCS in \"editable\" mode. For a full breakdown of the syntax, see pip's section on :ref:`VCS Support <pip:VCS Support>`." |
17767 | 17767 | msgstr "" |
17768 | 17768 |
|
17769 | | -#: ../source/tutorials/installing-packages.rst:506 |
| 17769 | +#: ../source/tutorials/installing-packages.rst:505 |
17770 | 17770 | msgid "Installing from other Indexes" |
17771 | 17771 | msgstr "" |
17772 | 17772 |
|
17773 | | -#: ../source/tutorials/installing-packages.rst:508 |
| 17773 | +#: ../source/tutorials/installing-packages.rst:507 |
17774 | 17774 | msgid "Install from an alternate index" |
17775 | 17775 | msgstr "" |
17776 | 17776 |
|
17777 | | -#: ../source/tutorials/installing-packages.rst:522 |
| 17777 | +#: ../source/tutorials/installing-packages.rst:521 |
17778 | 17778 | msgid "Search an additional index during install, in addition to :term:`PyPI <Python Package Index (PyPI)>`" |
17779 | 17779 | msgstr "" |
17780 | 17780 |
|
17781 | | -#: ../source/tutorials/installing-packages.rst:538 |
| 17781 | +#: ../source/tutorials/installing-packages.rst:537 |
17782 | 17782 | msgid "Installing from a local src tree" |
17783 | 17783 | msgstr "" |
17784 | 17784 |
|
17785 | | -#: ../source/tutorials/installing-packages.rst:541 |
| 17785 | +#: ../source/tutorials/installing-packages.rst:540 |
17786 | 17786 | msgid "Installing from local src in :doc:`Development Mode <setuptools:userguide/development_mode>`, i.e. in such a way that the project appears to be installed, but yet is still editable from the src tree." |
17787 | 17787 | msgstr "" |
17788 | 17788 |
|
17789 | | -#: ../source/tutorials/installing-packages.rst:558 |
| 17789 | +#: ../source/tutorials/installing-packages.rst:557 |
17790 | 17790 | msgid "You can also install normally from src" |
17791 | 17791 | msgstr "" |
17792 | 17792 |
|
17793 | | -#: ../source/tutorials/installing-packages.rst:573 |
| 17793 | +#: ../source/tutorials/installing-packages.rst:572 |
17794 | 17794 | msgid "Installing from local archives" |
17795 | 17795 | msgstr "" |
17796 | 17796 |
|
17797 | | -#: ../source/tutorials/installing-packages.rst:575 |
| 17797 | +#: ../source/tutorials/installing-packages.rst:574 |
17798 | 17798 | msgid "Install a particular source archive file." |
17799 | 17799 | msgstr "" |
17800 | 17800 |
|
17801 | | -#: ../source/tutorials/installing-packages.rst:589 |
| 17801 | +#: ../source/tutorials/installing-packages.rst:588 |
17802 | 17802 | msgid "Install from a local directory containing archives (and don't check :term:`PyPI <Python Package Index (PyPI)>`)" |
17803 | 17803 | msgstr "" |
17804 | 17804 |
|
17805 | | -#: ../source/tutorials/installing-packages.rst:609 |
| 17805 | +#: ../source/tutorials/installing-packages.rst:608 |
17806 | 17806 | msgid "Installing from other sources" |
17807 | 17807 | msgstr "" |
17808 | 17808 |
|
17809 | | -#: ../source/tutorials/installing-packages.rst:611 |
| 17809 | +#: ../source/tutorials/installing-packages.rst:610 |
17810 | 17810 | msgid "To install from other data sources (for example Amazon S3 storage) you can create a helper application that presents the data in a format compliant with the :ref:`simple repository API <simple-repository-api>`:, and use the ``--extra-index-url`` flag to direct pip to use that index." |
17811 | 17811 | msgstr "" |
17812 | 17812 |
|
17813 | | -#: ../source/tutorials/installing-packages.rst:623 |
| 17813 | +#: ../source/tutorials/installing-packages.rst:622 |
17814 | 17814 | msgid "Installing Prereleases" |
17815 | 17815 | msgstr "" |
17816 | 17816 |
|
17817 | | -#: ../source/tutorials/installing-packages.rst:625 |
| 17817 | +#: ../source/tutorials/installing-packages.rst:624 |
17818 | 17818 | msgid "Find pre-release and development versions, in addition to stable versions. By default, pip only finds stable versions." |
17819 | 17819 | msgstr "" |
17820 | 17820 |
|
17821 | | -#: ../source/tutorials/installing-packages.rst:641 |
| 17821 | +#: ../source/tutorials/installing-packages.rst:640 |
17822 | 17822 | msgid "Installing \"Extras\"" |
17823 | 17823 | msgstr "" |
17824 | 17824 |
|
17825 | | -#: ../source/tutorials/installing-packages.rst:643 |
| 17825 | +#: ../source/tutorials/installing-packages.rst:642 |
17826 | 17826 | msgid "Extras are optional \"variants\" of a package, which may include additional dependencies, and thereby enable additional functionality from the package. If you wish to install an extra for a package which you know publishes one, you can include it in the pip installation command:" |
17827 | 17827 | msgstr "" |
17828 | 17828 |
|
17829 | | -#: ../source/tutorials/installing-packages.rst:666 |
| 17829 | +#: ../source/tutorials/installing-packages.rst:665 |
17830 | 17830 | msgid "\"Secure\" in this context means using a modern browser or a tool like :command:`curl` that verifies SSL certificates when downloading from https URLs." |
17831 | 17831 | msgstr "" |
17832 | 17832 |
|
17833 | | -#: ../source/tutorials/installing-packages.rst:675 |
| 17833 | +#: ../source/tutorials/installing-packages.rst:674 |
17834 | 17834 | msgid "Beginning with Python 3.4, ``venv`` (a stdlib alternative to :ref:`virtualenv`) will create virtualenv environments with ``pip`` pre-installed, thereby making it an equal alternative to :ref:`virtualenv`." |
17835 | 17835 | msgstr "" |
17836 | 17836 |
|
17837 | | -#: ../source/tutorials/installing-packages.rst:680 |
| 17837 | +#: ../source/tutorials/installing-packages.rst:679 |
17838 | 17838 | msgid "The compatible release specifier was accepted in :pep:`440` and support was released in :ref:`setuptools` v8.0 and :ref:`pip` v6.0" |
17839 | 17839 | msgstr "" |
17840 | 17840 |
|
|
0 commit comments