Installation

Requirements

sandlerchemeq requires:

  • Python 3.7 or later

  • NumPy

  • SciPy

  • pint

  • roman

  • sandlermisc

  • sandlerprops

Install from PyPI

pip install sandlerchemeq

This will automatically install all required dependencies.

Install from Source

git clone https://github.com/cameronabrams/sandlerchemeq.git
cd sandlerchemeq
pip install -e .

Verify Installation

sandlerchemeq --help

Alternatively, from Python:

import sandlerchemeq
from sandlerchemeq import Component, Reaction, ChemEqSystem