Installation

Requirements

CometSpec requires Python 3.9 or later and depends on:

Install from PyPI

pip install cometspec

Install from source

Clone the repository and install:

git clone https://github.com/baltasarluco/CometSpec.git
cd CometSpec
pip install .

For development (editable install with test dependencies):

pip install -e ".[dev]"

Verify installation

import cometspec
print(cometspec.__version__)
# 0.1.0