Installation#

PolyDeDupe supports Python >= 3.8.

Installing with pip#

PolyDeDupe is available on PyPI. Just run

pip install PolyDeDupe

Installing from source#

To install PolyDeDupe from source, first clone the repository:

git clone https://github.com/gagan3012/PolyDeDupe.git
cd PolyDeDupe

Then run

pip install -e .