find_duplicate_contacts/README.md

18 lines
313 B
Markdown
Raw Normal View History

2022-06-13 08:26:47 +02:00
# find_duplicate_contacts
## Requirements
## Installation
### Linux
`sudo python3 setup.py install`
### Windows (from PowerShell)
`& $(where.exe python).split()[0] setup.py install`
## Usage
`find_duplicate_contacts.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters`