add wheel to docsite pre-reqs #79513 (#80061)

This commit is contained in:
Don Naro
2023-02-21 17:03:22 -05:00
committed by GitHub
parent bca55d945b
commit 9f02e505d9
@@ -105,9 +105,7 @@ The :file:`docs/docsite/requirements.txt` file allows a wide range of versions a
pip install --user -r requirements.txt
pip install --user -r test/sanity/code-smell/docs-build.requirements.txt
You can drop ``--user`` if you have set up a virtual environment (venv/virtenv).
You can drop ``--user`` if you have set up a virtual environment (venv/virtenv).
.. note::
@@ -116,6 +114,7 @@ You can drop ``--user`` if you have set up a virtual environment (venv/virtenv).
- ``libyaml``
- ``make``
- ``pyparsing``
- ``wheel``
- ``six``
On macOS with Xcode, you may need to install ``six`` and ``pyparsing`` with ``--ignore-installed`` to get versions that work with ``sphinx``.