Getting started#

Install prerequisites#

Note

Using the latest Ansys Chemkin version is highly recommended.

Install PyChemkin#

  1. Install PyChemkin.

    Download the ansys-chemkin package from the PyAnsys GitHub repository. Build the wheelhouse locally using Flit:

    python -m build
    

    Install the package using pip:

    pip install dist\ansys_chemkin-*.whl
    
  2. Verify the installation.

    Open the Python interpreter from the Windows command prompt and import the ansys-chemkin package:

    >>> import ansys.chemkin.core
    

    If PyChemkin is installed correctly, Python displays a statement like this:

    Chemkin version number = xxx
    

    PyChemkin is probably not installed locally if Python displays nothing:

    >>>
    

    If Python displays the following statement, update the local Ansys Chemkin installation to 2025 R2 or later:

    PyChemkin does not support Chemkin versions older than 2025 R2
    

Note

You must have a valid Ansys license to run PyChemkin after installation.