Installation

In development, available on github, probably don’t install into your system Python path

$ git clone https://github.com/bnbalsamo/dupedetector.git
$ cd dupedetector
$ python3 -m venv venv
$ source venv/bin/activate
$ python setup.py install
$ dupedetector --help