From ee333ffd360eb47cbb03adffaa4db55fe93946b8 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 12 Jun 2024 13:53:49 +0200 Subject: [PATCH] Clean up "Package Installer for Python" section --- README.org | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.org b/README.org index 073fc46..fd7bc2e 100644 --- a/README.org +++ b/README.org @@ -5334,25 +5334,11 @@ ack(3, 3) :header-args: :eval never-export :END: -Listing [[lst:shell-pip-list-outdated]] and [[lst:shell-pip-index-versions]] are two -examples of invoking [[https://pip.pypa.io/en/stable/][pip]] in =org-mode= =shell= source blocks with the respective -results in listing [[lst:shell-pip-list-outdated-results]] and -[[lst:shell-pip-index-versions-results]]. - -#+caption[Show how to use =pip list --outdated=]: -#+caption: Show how to use =pip list --outdated=. -#+header: :wrap "src text -n" -#+name: lst:shell-pip-list-outdated -#+begin_src shell -n :exports both :results verbatim -pip list --outdated -#+end_src - -#+caption[The result of =pip list --outdated=]: -#+caption: The result of =pip list --outdated=. -#+name: lst:shell-pip-list-outdated-results -#+RESULTS: lst:shell-pip-list-outdated -#+begin_src text -n -#+end_src +Listing [[lst:shell-pip-index-versions]] are is an example of invoking [[https://pip.pypa.io/en/stable/][pip]] in an +=org-mode= =shell= source block with its results in listing +[[lst:shell-pip-index-versions-results]]. Listing [[lst:pip-pypi-options]], +[[lst:pip-list-outdated]], [[lst:pip-upgrade-maybe]] allow to upgrade outdated Python +packages. #+caption[Show how to use =pip index versions=]: #+caption: Show how to use =pip index versions=.