Skip to content
Weiqi Ji edited this page Jul 5, 2020 · 11 revisions

Install dependency

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