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. Install the dependencies.
    yum install -y python3 python3-pip
    pip3 install network==2.2
  3. Go to the installation directory and decompress the installation package.
    cd /path/to/Ragou
    tar -xvf 2.3.tar.gz
    cd Ragout -2.3
  4. Perform the compilation.
    python3 setup.py build
    python3 setup.py install