8000
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 33ee98b commit 8e96b98Copy full SHA for 8e96b98
Doc/library/zipapp.rst
@@ -281,12 +281,7 @@ The steps to create a standalone archive are as follows:
281
file - if not, you can just list the dependencies manually on the pip command
282
line).
283
284
-3. Optionally, delete the ``.dist-info`` directories created by pip in the
285
- ``myapp`` directory. These hold metadata for pip to manage the packages, and
286
- as you won't be making any further use of pip they aren't required -
287
- although it won't do any harm if you leave them.
288
-
289
-4. Package the application using:
+3. Package the application using:
290
291
.. code-block:: shell-session
292
0 commit comments