Mesh2HRTF¶
This is the documentation. Of the Python part of the Mesh2HRTF API. For the complete Mesh2HRTF documentation visit the Wiki, or find more information about the Mesh2HRTF API here
Installation¶
To start using the Python API clone this repository
$ git clone –recursive https://github.com/Any2HRTF/Mesh2HRTF.git
And locally install it into a Python environment of your choice using pip
$ pip install -e Mesh2HRTF
Note that Mesh2HRTF in the command above must be the absolute or relative
path to the repository that was cloned in the first step. Instructions for
developers are listed under Contributing.