Skip to content

Development System Setup

Stefania Pedrazzi edited this page Feb 18, 2021 · 7 revisions

Environment Setup

The OpenDR development system can be properly setup executing the following instruction in the terminal:

source bin/setup.sh

This will set the environment variables, and create and activate a Python virtual environment to install toolkit dependencies locally.

Dependencies Installation

Dependencies can be automatically installed by typing make in the OpenDR root directory.

Running Tests Locally

To run the tests locally you can execute the following instruction from the OpenDR root directory:

python3 -m unittest discover -s tests/sources/
Clone this wiki locally