Skip to content

Commit 648bdfe

Browse files
Update INSTALL.md (#974)
* Some notes from Dominik * Also add note to documentation * move things around
1 parent 966b8ba commit 648bdfe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

INSTALL.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Suite](https://www.scipopt.org/). Please, make sure that your SCIP installation
1818

1919
**Note that the latest PySCIPOpt version is usually only compatible with the latest major release of the SCIP Optimization Suite. See the table on the README.md page for details.**
2020

21+
If you install SCIP yourself and are not using the installer packages, you need to [install the
22+
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
23+
The Makefile system is not compatible with PySCIPOpt!
24+
2125
If installing SCIP from source or using PyPI with a python and operating system that is not mentioned above, and SCIP is not installed in the global path,
2226
you need to specify the install location using the environment variable
2327
`SCIPOPTDIR`:
@@ -41,9 +45,8 @@ contains the corresponding header files:
4145
> nlpi
4246
> ...
4347

44-
If you install SCIP yourself and are not using the installer packages, you need to [install the
45-
SCIP Optimization Suite using CMake](https://www.scipopt.org/doc/html/md_INSTALL.php#CMAKE).
46-
The Makefile system is not compatible with PySCIPOpt!
48+
Please note that some Mac configurations require adding the library installation path to `DYLD_LIBRARY_PATH` when using a locally installed version of SCIP.
49+
4750

4851
When building SCIP from source using Windows it is highly recommended to use the [Anaconda Python
4952
Platform](https://www.anaconda.com/).
@@ -55,7 +58,7 @@ Installation from PyPI
5558

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

6164
On Windows for combinations not listed at the start of this file, you may need to ensure that the `scip` library can be found

docs/install.rst

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ To install PySCIPOpt simply run the command:
3535
This means that SCIP must be installed yourself. If it is not installed globally,
3636
then the ``SCIPOPTDIR`` environment flag must be set, see :doc:`this page </build>` for more details.
3737

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

3941
Conda
4042
=====

0 commit comments

Comments
 (0)