Skip to content
Weiqi Ji edited this page Jun 28, 2020 · 11 revisions

Install dependency

  • PyTorch > 1.5.0

    See https://pytorch.org/get-started/locally/

  • Cantera > 2.5.0

    For anaconda

    conda install -c cantera/label/dev cantera
  • ruamel.yaml

    For anaconda

    conda install -c conda-forge ruamel.yaml

Install ReacTorch

git clone git@github.com:DENG-MIT/reactorch.git
cd reactorch
python setup.py install

For temporary development, you can point the package to the development folder after uninstall the packge

pip uninstall reactorch
export PYTHONPATH=<full-path-to-cloned-folder>:$PYTHONPATH

Test Installation

Run the auto-ignition case in "example".

Clone this wiki locally