.. _installation: ===================================== Installation ===================================== Using pip ---------- You can use the standard utility for installing Python packages by executing the following in a shell: .. testcode:: pip install adopt_net0 Additionally, you need a `solver installed, that is supported by pyomo `_ (we recommend gurobi, which has a free academic licence). An open-source solver that can be used is `GLPK `_. Note that the user is responsible to install a Pyomo supported solver. 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: .. testcode:: brew install hdf5