From 0d4a30c0ff5c08ca9c2243c5f9dbd46ca693a187 Mon Sep 17 00:00:00 2001 From: Arnav Sood <5009477+arnavs@users.noreply.github.com> Date: Wed, 1 Jul 2020 19:58:17 -0700 Subject: [PATCH] Fix setup script location --- KNITRO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KNITRO.md b/KNITRO.md index 9d26aaa..733df62 100644 --- a/KNITRO.md +++ b/KNITRO.md @@ -216,7 +216,11 @@ However, unless the differences are dramatic, you may be better off leaving the - If you see an error like `AttributeNotSupported`, this is likely because the `JuMP` interface for KNITRO has a bug. If that feature is essential, consider using the KNITRO-specific API found [here](https://www.artelys.com/docs/knitro/3_referenceManual/knitroJuliareference.html). # Python + See https://www.artelys.com/docs/knitro/2_userGuide/gettingStarted/startPython.html#how-to-use-the-knitro-python-interface for setup instructions + +**Note** that (at least on OSX) the setup script is at `examples/Python/setup.py`, and not `Python/build/setup.py` as the docs say. + After installation, try ```python from knitro import *