Skip to content

Installation

Requirements

  • Python 3.8 or higher
  • Windows, macOS, or Linux
  • Administrator/root access for some hardware fingerprinting features (optional)

Install from PyPI

pip install quantummeta-license

Install from Source

git clone https://github.com/quantummeta/quantummeta-license.git
cd quantummeta-license
pip install -e .

Verify Installation

Check that the CLI is working:

quantum-license --help

You should see the help output with available commands.

Optional Dependencies

For development and testing:

pip install quantummeta-license[dev]

For building documentation:

pip install quantummeta-license[docs]