Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- (Optional) Configure the virtual environment if you do not want to use system dependencies.
pip install virtualenv virtualenv AMAS source AMAS/bin/activate
- Go to the installation directory.
cd /path/to/AMAS/AMAS
- Install AMAS.
python3 setup.py install
Parent topic: AMAS 1.2 Porting Guide (Kylin V10)