Skip to content
forked from pmaldona/pyRN

Reaction Network Structure and Simulation Library for Resilience

License

Notifications You must be signed in to change notification settings

SimonHegele/pyRN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyRN

Reaction Network Structure and Simulation Library for Resilience

Install

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

Use

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: Binder

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.

About

Reaction Network Structure and Simulation Library for Resilience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.1%
  • Python 12.9%