Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 519 Bytes

File metadata and controls

22 lines (15 loc) · 519 Bytes

vhlab-toolbox-python

The python version of the vhlab toolbox

This is not a complete port but is a partial port for supporting NDI-python

Installation and Usage

To use this toolbox, it is recommended to set up a virtual environment.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running Tests

To run the unit tests, ensure you have the dependencies installed and run the following command from the root directory:

python3 -m unittest discover tests