1 Installation
Salehin Ashfi edited this page 2025-07-15 04:38:34 +06:00

Installation

This guide will walk you through installing Dotify and its dependencies. Follow these steps carefully to ensure everything works correctly.

Step 1: Install Prerequisites

Before installing Dotify, you must have the following on your system:

  1. Python 3.10+: Dotify requires a modern version of Python. You can check your version by running python --version.
  2. FFmpeg: This is required for nearly all audio/video processing. It must be available in your system's PATH.
    • Windows: Download a static build from AnimMouse's FFmpeg Builds. Unzip it and add the bin folder to your system's PATH.
    • Linux/macOS: Use a package manager like apt, yum, or brew. For example: sudo apt install ffmpeg or brew install ffmpeg.

Step 2: Install Dotify

You can install Dotify directly from the Python Package Index (PyPI) using pip.

pip install dotify