Usage#

Dependencies#

  • Python versions \(\geq\)3.8 and \(\leq\)3.11 are supported.

  • Holoviews \(\geq\)1.15.4 (this package and its dependencies will be installed automatically)

  • Bokeh 2.4.3

Installation#

BSAVI can be installed with pip:

$ python -m pip install bsavi

Or, if you want to test the latest changes, you can clone the repository with

$ git clone https://github.com/wen-jams/bsavi
$ cd bsavi
$ python setup.py install