-
Notifications
You must be signed in to change notification settings - Fork 31
Installation
Weiqi Ji edited this page Jul 5, 2020
·
11 revisions
-
PyTorch
-
Cantera >= 2.5.0
With conda
conda install -c cantera/label/dev cantera
-
ruamel.yaml
With conda
conda install -c conda-forge ruamel.yaml
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
Run the auto-ignition case in "example".