find_duplicate_files/README.md

24 lines
343 B
Markdown
Raw Permalink Normal View History

2023-01-25 13:26:45 +01:00
# find_duplicate_files
## Requirements
## Installation
### Linux
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell)
```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage
```bash
find_duplicate_files.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```