-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Salehin Ashfi edited this page Jul 14, 2025
·
2 revisions
This guide will walk you through installing Dotify and its dependencies. Follow these steps carefully to ensure everything works correctly.
Before installing Dotify, you must have the following on your system:
-
Python 3.10+: Dotify requires a modern version of Python. You can check your version by running
python --version. -
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
binfolder to your system's PATH. -
Linux/macOS: Use a package manager like
apt,yum, orbrew. For example:sudo apt install ffmpegorbrew install ffmpeg.
-
Windows: Download a static build from AnimMouse's FFmpeg Builds. Unzip it and add the
You can install Dotify directly from the Python Package Index (PyPI) using pip.
pip install dotify