| Installation | |
| ============ | |
| #. Activate your virtual environment | |
| #. Install package | |
| Install the newest deeprobust: | |
| .. code-block:: none | |
| 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) | |
| .. code-block:: none | |
| pip install deeprobust | |
| .. note:: | |
| If you meet any installation problem, feel free to open an issue | |
| in the our github `page <https://github.com/DSE-MSU/DeepRobust/issues>`_ | |