From 3472407cb310f1cface9866b1535cd9086caa157 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 27 Apr 2025 14:15:24 -0400 Subject: [PATCH] How to use: Win Activate.ps1 --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34dbb6c..5b14e87 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,16 @@ python -m venv C:\Users\$env:USERNAME\Common\env_dedup pip install xxhash opencv-python ``` -## Usage Windwos: +## Usage Windows: ``` C:\Users\$env:USERNAME\Common\env_dedup\Scripts\Activate.ps1 -python debup.py 0.jpg 1.jpg +If that does not work, then TRY: +C:\Users\$env:USERNAME\Common\env_dedup\bin\Activate.ps1 + +python dedup.py 0.jpg 1.jpg ``` -# Windows Automated Directory use, not TESTED YET!: +## Windows Automated Directory use, not TESTED YET!: ``` get_dups.bat %USERPROFILE%\Pictures ``` @@ -32,12 +35,14 @@ pip install xxhash opencv-python ``` cd dedup source myenv/bin/activate -python debup.py 0.jpg 1.jpg +python dedup.py 0.jpg 1.jpg ``` -# Linux Automated Directoy use: +## Linux Automated Directoy use: ``` ./get_dups.sh . + OR: +./get_dups.sh $HOME/Pictures ``` -[![Image of ScreenShot](Screenshot2025-04-26.png)] +[Image of ScreenShot](Screenshot2025-04-26.png)