Installation

If you do not already have a Python scientific computing environment set up, we recommend you follow these steps to set it up. Once configured,

git clone https://github.com/elihuihms/itcsimlib.git
cd itcsimlib
python3 setup.py develop

If you want to compile the optional TRAP + Tryptophan models that are written in C, you’ll either want to run the setup script with the –build-c-models flag, or use the traditional configure/make scripts (see src/model_trap). Keep in mind that these models require the GNU scientific library: https://www.gnu.org/software/gsl/.

Dependencies