diff --git a/Getting-started.md b/Getting-started.md new file mode 100644 index 0000000..732abd7 --- /dev/null +++ b/Getting-started.md @@ -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 . \ No newline at end of file