Installation

Using pip

You can use the standard utility for installing Python packages by executing the following in a shell:

pip install adopt_net0

Additionally, you need a solver installed, that is supported by pyomo (we recommend gurobi, which has a free academic licence).

Note for mac users: The export of the optimization results require a working hdf5 library. On windows this should be installed by default. On mac, you can install it with homebrew:

brew install hdf5