Install guide¶
This package can be installed via pip. Note that if you want GPU support, you need to first install JAX on your own by following the officiel instructions.
pip install pbnn
From source¶
To install from source, clone this repository, then install it in editable mode within your own python environment:
cd /path/to/where/you/cloned
pip install -e .