Skip to content
Weiqi Ji edited this page Jan 7, 2021 · 11 revisions

Install dependency

Install ReacTorch

From source code

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 uninstalling the package

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

Test Installation

Run the auto-ignition case in the folder "example". Run the test codes in the folder tests