How to use: Win Activate.ps1

main
Robert 8 months ago
parent 69be5d2180
commit 3472407cb3
  1. 17
      README.md

@ -9,13 +9,16 @@ python -m venv C:\Users\$env:USERNAME\Common\env_dedup
pip install xxhash opencv-python pip install xxhash opencv-python
``` ```
## Usage Windwos: ## Usage Windows:
``` ```
C:\Users\$env:USERNAME\Common\env_dedup\Scripts\Activate.ps1 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 get_dups.bat %USERPROFILE%\Pictures
``` ```
@ -32,12 +35,14 @@ pip install xxhash opencv-python
``` ```
cd dedup cd dedup
source myenv/bin/activate 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 . ./get_dups.sh .
OR:
./get_dups.sh $HOME/Pictures
``` ```
[![Image of ScreenShot](Screenshot2025-04-26.png)] [Image of ScreenShot](Screenshot2025-04-26.png)

Loading…
Cancel
Save