Installation ============ Basic full installation: #. `ActivePython 2.7 `_ #. ``pypm install minpower`` #. `GLPK `_ (`Win `_, `Mac `_) 1. Get Python -------------- For new-to-Python folks, install `ActivePython 2.7 `_. It makes the installation of a bunch of scientific :abbr:`packages (add-ons in Python terms)` very easy - the way it should be. For experienced Python users, ``pip install minpower`` should work just fine. If that command doesn't work, it is probably a failure to build scipy/numpy from source - try downloading the pre-built binary for your system from `SciPy _. 2. Get Minpower ----------------- Simply run:: pypm install minpower 3. Get a Solver ---------------- Minpower has been tested with `GLPK `_, `Gurboi `_, and `CPLEX `_. But you can almost certainly use your favorite - here's `the full list `_. Not sure which to try? Here's a quick rundown on :doc:`solvers`. Test it out ------------ Go ahead and try to solve one of the test cases first, like:: minpower uc If you get an error about the problem not being solved - Python doesn't know where your solver is. To fix this here's a :doc:`guide to solver-to-Python connection`.