Skip to content

Commit

Permalink
DOC: Update documentation for highspy
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 3, 2024
1 parent ebc0545 commit 98b632d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98b632d

Please sign in to comment.