Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Sep 5, 2024
1 parent 454fcec commit 37fe05e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ The package is installed from PyPI with::

This installation will, by default, include the ecCodes binary library (as of version 2.37.0), meaning that no
external ecCodes binary library is required. If you have an external ecCodes binary library that you wish to use,
set the following environment variable before you import eccodes:
set the following environment variable before you import eccodes::

$ export ECCODES_PYTHON_USE_FINDLIBS=1

If this is set, the ecCodes' Python bindings will use the `findlibs <https://github.com/ecmwf/findlibs>`_ package
to locate the binary library (this was the behaviour before version 2.37.0).

In order to gain insights into the search for the binary library, set the following environment variable before
importing eccodes:
importing eccodes::

$ export ECCODES_PYTHON_TRACE_LIB_SEARCH=1
You may also install a version of ecCodes' Python interface that does not include a binary library at all:
You may also install a version of ecCodes' Python interface that does not include a binary library at all::

$ pip install eccodes --no-binary eccodes

Expand Down

0 comments on commit 37fe05e

Please sign in to comment.