[PATCH] D106736: Minor Sphinx documentation generation improvements

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 24 19:17:49 PDT 2021


t-tye added inline comments.


================
Comment at: lld/docs/sphinx_intro.rst:44
     Use your distribution's standard package management tool to install it,
-    i.e., ``apt-get install easy_install`` or ``yum install easy_install``.
+    i.e., ``apt-get install pip, ``apt-get install easy_install`` or``yum
+    install easy_install``.
----------------
MaskRay wrote:
> easy_install is deprecated https://packaging.python.org/discussions/pip-vs-easy-install/
> 
> We should just remove mention of it.
Updated as suggested. MacOS still appears to use easy_install.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106736/new/

https://reviews.llvm.org/D106736



More information about the llvm-commits mailing list