Installation

To install go to the main folder and do:

`pip install .`

Requirements for users

  • Python 3.6+

  • numpy==1.16.2

  • pandas==0.24.2

  • XlsxWriter==1.1.7

  • equilibrator-api==0.2.1b1

While almost any version of numpy and XlsxWriter should work, the same might not be true for pandas, and certainly is not for equilibrator-api.

Requirements for developers

Can be found in requirements_dev.txt for pip and environment_dev.yml for conda.