Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the dependencies.
yum install -y python3 python3-pip pip3 install network==2.2
- Go to the installation directory and decompress the installation package.
cd /path/to/Ragou tar -xvf 2.3.tar.gz cd Ragout -2.3
- Perform the compilation.
python3 setup.py build python3 setup.py install
Parent topic: Ragout 2.3 Porting Guide (Kylin V10)