Usage
Installation
To use VRProt in your project, you can install it from PyPI using pip:
Install the package e.g. in a virtual environment:
create a virtual environment
python3 -m venv name_of_env
activate it
source name_of_env/bin/activate
install requirements packages
python3 -m pip install -r requirements.txt
TODO: Skip when pyproject is complete3.1. under mac you might have to install the following packages
brew install libomp
install VRProt
pip install VRProt