Skip to content

Getting Started

This guide will help you install Qanta and start using it in your projects.

Installation

Using pip

pip install qanta

Using uv

uv add qanta

From Source

git clone https://github.com/QminersOrg/qanta.git
cd qanta
uv sync --all-extras

Requirements

  • Python 3.11 or higher

Verifying Installation

After installation, verify that Qanta is correctly installed:

import qanta

print(qanta.__version__)

What's Next?