Getting Started

Integrate vbll into your project quickly!

Requirements

  • Python version >= 3.7

Installation

To install vbll from PyPI:

$ pip install vbll

To install vbll from source:

$ git clone git@github.com:VectorInstitute/vbll.git
$ cd vbll
$ poetry install