Skip to main content
To install the Hypertic package:
pip install hypertic

Requirements

  • Python 3.10 or higher
  • pip or uv package manager (optional)

Verify Installation

After installation, verify that Hypertic is installed correctly:
python -c "import hypertic; print(hypertic.__version__)"
Now that you have Hypertic installed, you can get started by following the Quickstart guide.