InstallationΒΆ
You need to install both controlSBML and the
the CalTech control package.
You can do this in a terminal window on Windows, Mac,
and Linux by entering the commands below.
pip install controlSBML
pip install control
If you are in a Jupyter notebook, you should insert a !
before pip.
The code scripts in this documentation assumes that the following statements appear before you run the scripts:
import control
import controlSBML as ctl
import numpy as np
import matplotlib.pyplot as plt