Add Getting started

max
2026-08-06 05:07:12 +00:00
parent 5ca18bf477
commit 4f6d320548
+25
@@ -0,0 +1,25 @@
# Getting Started
## Prerequisites
- **Python 3.8 or higher**
- **FFmpeg** required for audio processing
### Install FFmpeg
| OS | Command |
|---|---|
| **Ubuntu/Debian** | `sudo apt install ffmpeg` |
| **macOS (Homebrew)** | `brew install ffmpeg` |
| **Windows** | Download from [ffmpeg.org](https://ffmpeg.org/download.html) |
---
## Installation
### From Source (CLI)
```bash
git clone https://git.vmn.su/max/audio_splitter.git
cd audio_splitter
pip install .