InstallationΒΆ

  1. Activate your virtual environment

  2. Install package

    Install the newest deeprobust:

    git clone https://github.com/DSE-MSU/DeepRobust.git
    cd DeepRobust
    python setup.py install
    

    Or install via pip (may not contain all the new features)

    pip install deeprobust
    

Note

If you meet any installation problem, feel free to open an issue in the our github page