ruijiuchen / combine_injection

combine_injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick guide of combine_injection

  1. Download the code from github with command:

     git clone  https://github.com/ruijiuchen/combine_injection.git
    
  2. Use the following command to install the dependencies listed in the "requirements.txt" file:

    pip install -r requirements.txt
    

This will install all the required packages specified in the requirements.txt file.

  1. Install combine_injection program via:

    pip install .
    
  2. Execute the code: Before execute the code, make sure the paths in the file "pathsettings.toml" are correct.

    combine_injection pathsettings.toml
    

test

About

combine_injection

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%