Skip to main content
Hypertic home page
Search...
⌘K
Search...
Navigation
Get started
Installation
Documentation
Get started
Welcome
Installation
Quickstart
Development
Customization
Global Settings
Navigation
Writing content
Markdown syntax
Code Editing
Images and embeds
Reusable snippets
AI tools
Cursor setup
Claude Code setup
Windsurf setup
On this page
Requirements
Verify Installation
Get started
Installation
Copy page
Copy page
To install the Hypertic package:
pip
uv
Copy
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:
Copy
python
-c
"import hypertic; print(hypertic.__version__)"
Now that you have Hypertic installed, you can get started by following the
Quickstart guide
.
Welcome
Quickstart
⌘I