Skip to content

Installation

Installation

Requirements

  • Python >=3.11, <3.13

From Source

Clone the repository:

1
2
git clone https://github.com/ashnair1/changedet.git
cd changedet

Install with pip:

1
pip install .

For Development

Using Poetry:

1
2
poetry install --with dev,docs
poetry shell

Run tests:

1
pytest

Run pre-commit checks:

1
pre-commit run --all-files