We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed8161 commit 0e0aa42Copy full SHA for 0e0aa42
source/key_projects.rst
@@ -536,7 +536,7 @@ pex
536
537
Pex is a tool for generating :file:`.pex` (Python EXecutable)
538
files, standalone Python environments in the spirit of :ref:`virtualenv`.
539
-PEX files are zipapps as outlined in :pep:`441` that
+PEX files are :ref:`zipapps <python:library/zipapp>` that
540
make deployment of Python applications as simple as ``cp``. A single PEX
541
file can support multiple target platforms and can be created from standard
542
:ref:`pip`-resolvable requirements, a lockfile generated with ``pex3 lock ...``
0 commit comments