Skip to content

Installation

From PyPI

pip install research-timeline

From source (GitHub)

pip install git+https://github.com/Strugiss/research-timeline.git

Editable install (development)

git clone https://github.com/Strugiss/research-timeline.git
cd research-timeline
pip install -e ".[dev]"

Requirements

  • Python >= 3.9
  • Dependencies: typer, pydantic (>= 2.5), rich

The package is pure Python, offline-friendly, and free of cloud dependencies.

Verify the installation

research-timeline --help