pillow requirement

main
Robert 8 months ago
parent 93670142fb
commit 1ace5ffeb6
  1. 4
      README.md

@ -23,7 +23,7 @@ If that does not work, then TRY:
``` ```
Here are the packages that need to be installed by pip: Here are the packages that need to be installed by pip:
``` ```
pip install xxhash opencv-python pip install xxhash opencv-python pillow
``` ```
## Usage Windows: ## Usage Windows:
@ -43,7 +43,7 @@ get_dups.bat %USERPROFILE%\Pictures
cd dedup cd dedup
python3 -m venv myenv python3 -m venv myenv
source myenv/bin/activate source myenv/bin/activate
pip install xxhash opencv-python pip install xxhash opencv-python pillow
``` ```
## Useage Linux: ## Useage Linux:

Loading…
Cancel
Save