CGSCORE / docs /notes /installation.rst
Yaning1001's picture
Add files using upload-large-folder tool
d38bce3 verified
raw
history blame contribute delete
545 Bytes
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>`_