From 98b632d6af9ee6da7a4a80babf8aa83100386fd0 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sat, 3 Feb 2024 20:33:12 +0000 Subject: [PATCH] DOC: Update documentation for highspy --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81c521871e..a20caf31de 100644 --- a/README.md +++ b/README.md @@ -146,14 +146,14 @@ In order to build the Python interface, build and install the HiGHS library as described above, ensure the shared library is in the `LD_LIBRARY_PATH` environment variable, and then run + meson setup bbdir -Dwith_pybind11=True + meson compile -C bbdir + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/bbdir pip install ./ from the HiGHS directory. -You may also require - -* `pip install pybind11` -* `pip install pyomo` +The Python interface can then be tested as below. #### Testing