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 122d43c commit feb43bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,13 @@ 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 above.

Google Colab Example
Expand Down

0 comments on commit feb43bc

Please sign in to comment.