Skip to content

Commit

Permalink
python/requirements: Add tip about binary installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 25, 2024
1 parent 650d00f commit ded1a73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/python/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ Install requirements
uv pip sync requirements_dev.txt
.. tip::

If a package with C extensions fails to install, try installing from source, for example:

.. code-block:: bash
uv pip install --reinstall --no-cache --no-binary :all: lxml
Upgrade requirements
--------------------

Expand Down

0 comments on commit ded1a73

Please sign in to comment.