# Installation Clone agentlib_mpc into a local directory. Then, run: ``` pip install .\ ``` If you want to contribute code and help develop this repository, first clone the repo and then install it via an .egg: ``` pip install -e . ```