Installation¶
Hippo is a metadata tracking service. This guide covers installing Hippo in production and development environments.
Requirements¶
- Python 3.11 or later
- pip or uv package manager (uv recommended for faster installs)
Install Methods¶
Using pip¶
Using uv¶
Development Install¶
To set up Hippo for local development:
-
Clone the repository:
-
Install with development dependencies:
-
Verify the installation by running the test suite:
Verify Installation¶
After installation, verify the CLI is working:
This should display the Hippo CLI help message with available commands.