File size: 545 Bytes
d38bce3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>`_