Installation
Git
You can install OpenBackdoor through Git
git clone https://github.com/thunlp/OpenBackdoor.git
cd OpenBackdoor
python setup.py install
If you want to do some modifications on the code for your research, run
git clone https://github.com/thunlp/OpenBackdoor.git
cd OpenBackdoor
python setup.py develop