CANU Installation

Prerequisites

In order to run CANU, both python3 and pip3 must be installed.

Installation

  1. Install pip3, if it is not already installed.

    pip3 install --editable
    
  2. Install the development build of CANU.

    python3 setup.py develop --user
    

Back to Index