Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. (Optional) Configure the virtual environment if you do not want to use system dependencies.
    pip install virtualenv
    virtualenv AMAS
    source AMAS/bin/activate
  3. Go to the installation directory.
    cd /path/to/AMAS/AMAS
  4. Install AMAS.
    python3 setup.py install