InstallationΒΆ

You need Python 3 to use this library. The easiest way to use the library is to install it with pip.:

$ pip install bt4vt

To use the library in development mode, install it as follows:

  1. Clone this repository from github and navigate to root directory (bt4vt):

    $ git clone https://github.com/wiebket/bt4vt.git
    
  2. Install the project:

    $ pip install -e .