Skip to content

MATR4U/project-duplicates

Repository files navigation

find-duplicate-files

Use the virtual environment

  • Install Python 3.11

  • Linux

python3 -m venv .venv
source .venv/bin/activate
which python3
deactivate
  • Windows
cd "path"
python -m venv .venv
cd .\venv\Scripts\
activate.bat
deactivate.bat