Skip to content

Installation

Windows

Dependencies

Run in PowerShell:

python3 -m pip install hydrusvideodeduplicator

You should now be good to go. Proceed to usage.


Linux

The following instructions are written for Ubuntu, but should be similar for most distros.

Dependencies

  • Python >=3.10

Steps

  1. Update system packages:

    sudo apt-get update && sudo apt-get upgrade
    
  2. Install dependencies:

    sudo apt-get install -y python3-pip
    
  3. Install the program:

    pip install hydrusvideodeduplicator
    

You should now be good to go. Proceed to usage.

macos

Same directions as Linux and Windows but using your preferred package manager for dependencies e.g. brew.