Installation
Install using pip
The easiest way to install h5pack is through pip by running:
After installing h5pack you can verify the installation by running:
This should output:
h5pack version x.y.z yyyy-zzzz developed by Esteban Gómez (Speech Interaction Technology, Aalto University)
Where:
x.y.zrepresents the major, minor, and patch version.yyyy-zzzzindicates the development start year and the current year.
Install using uv
uv is a modern python package manager. You can see more details about uv in the official documentation.
First, you need to install uv and uvx following the instructions for your operating system in uv website.
Then run:
You can verify the installation running:
or you can use the shortcut version uvx:
This should output:
h5pack version x.y.z yyyy-zzzz developed by Esteban Gómez (Speech Interaction Technology, Aalto University)
Where:
x.y.zrepresents the major, minor, and patch version.yyyy-zzzzindicates the development start year and the current year.
What's next
Now that you have installed h5pack, check the Quickstart section to begin using it.