Reaction Network Structure and Simulation Library for Resilience
prRN can be installed from source. After downloading the repository, and and afterwards run:
$ python pip install .
pyRN require the installation of the lxml library, in Debian/Ubuntu can be installed by:
$ sudo apt-get install libxml2-dev libxslt-dev python-dev
Please refer to https://lxml.de/installation.html for other systems.
It also require some packages to run the pypoman library, in Debian/Ubuntu can be installed by:
$ sudo apt-get install cython libglpk-dev
for more detail please refer to the Installation notebook
A descriptive use of each modlue of the library can be found in notebook folder. There is also a link for interactive use of the notebooks in use, it can be found at following binder link here:
Each functions of the library is documented, the descripton for each can be found in the directory pyRN
in each module (.py
files). A complete documentation will be release in the future.