Skip to content

Installation

Python

chemsynthacalc requires Python 3.10 or later.

Installation

Install from pypi:

pip install chemsynthcalc

NumPy and SciPy

NumPy and SciPy are requirements for fast matrix operations for reaction balancing. They will be installed automatically by pip if they are not already installed.

But why chemsynthcalc is using SciPy?

In short: to ensure consistent results across all platforms. See Note on SciPy.