Skip to content

Installation

Python

chemsynthacalc requires Python 3.10 or later.

Installation

Install from pypi using pip:

pip install chemsynthcalc

or add with uv:

uv add chemsynthcalc

NumPy

NumPy is a requirement for fast matrix operations for reaction balancing. It will be installed automatically by pip if they are not already installed.