Installation ============ Requirements ------------ CometSpec requires **Python 3.9** or later and depends on: - `NumPy `_ (≥1.22) - `SciPy `_ (≥1.7) - `Pandas `_ (≥1.5) - `Matplotlib `_ (≥3.5) - `Astropy `_ (≥5.0) - `specutils `_ (≥1.10) - `sbpy `_ (≥0.4) - `emcee `_ (≥3.1) - `corner `_ (≥2.2) - `tqdm `_ (≥4.60) - `PyTables `_ (``tables`` ≥3.7) - `threadpoolctl `_ (≥3.0) - `multiprocess `_ (≥0.70) Install from PyPI ----------------- .. code-block:: bash pip install cometspec Install from source ------------------- Clone the repository and install: .. code-block:: bash git clone https://github.com/baltasarluco/CometSpec.git cd CometSpec pip install . For development (editable install with test dependencies): .. code-block:: bash pip install -e ".[dev]" Verify installation ------------------- .. code-block:: python import cometspec print(cometspec.__version__) # 0.1.0