Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ contains the corresponding header files:
> nlpi
> ...

Please note that some Mac configurations require adding the library installation path to `DYLD_LIBRARY_PATH` when using a locally installed version of SCIP.

If you install SCIP yourself and are not using the installer packages, you need to [install the
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
The Makefile system is not compatible with PySCIPOpt!
Expand All @@ -55,7 +57,7 @@ Installation from PyPI

Please note that if your Python version and OS version are in the combinations at the start of this INSTALL file then
pip now automatically installs a pre-built version of SCIP. For these combinations, to use your own installation of SCIP,
plese see the section on building from source. For unavailable combinations this pip command will automatically
please see the section on building from source. For unavailable combinations this pip command will automatically
search your global installs or custom set paths as above.

On Windows for combinations not listed at the start of this file, you may need to ensure that the `scip` library can be found
Expand Down
2 changes: 2 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ To install PySCIPOpt simply run the command:
This means that SCIP must be installed yourself. If it is not installed globally,
then the ``SCIPOPTDIR`` environment flag must be set, see :doc:`this page </build>` for more details.

.. note:: Some Mac configurations require adding the library installation path to `DYLD_LIBRARY_PATH` when
using a locally installed version of SCIP.

Conda
=====
Expand Down
Loading