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. .. code:: pip install pbnn From source ~~~~~~~~~~~ To install from source, clone this repository, then install it in editable mode within your own python environment: .. code:: cd /path/to/where/you/cloned pip install -e .