[Openmp-commits] [PATCH] D106736: Minor Sphinx documentation generation improvements
Fangrui Song via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jul 24 14:23:04 PDT 2021
MaskRay 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``.
----------------
easy_install is deprecated https://packaging.python.org/discussions/pip-vs-easy-install/
We should just remove mention of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106736/new/
https://reviews.llvm.org/D106736
More information about the Openmp-commits
mailing list