Add Getting started
@@ -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 .
|
||||||
Reference in New Issue
Block a user