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:
Clone this repository from github and navigate to root directory (
bt4vt):$ git clone https://github.com/wiebket/bt4vt.git
Install the project:
$ pip install -e .