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.
    pip install virtualenv
    cd /path/to/XPRESSPLOT
    virtualenv xpressplot
    source /path/to/XPRESSPLOT/xpressplot/bin/activate
  3. Install xpressplot.
    pip install xpressplot==0.2.5

    If the following information is displayed, the installation is successful.