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_envactivate it
source name_of_env/bin/activateinstall requirements packages
python3 -m pip install -r requirements.txtTODO: Skip when pyproject is complete3.1. under mac you might have to install the following packages
brew install libompinstall VRProt
pip install VRProt