In order to run CANU, both python3 and pip3 must be installed.
python3
pip3
Install pip3, if it is not already installed.
pip3 install --editable
Install the development build of CANU.
python3 setup.py develop --user
Back to Index