README.md: Add step to install ffmpeg

This commit is contained in:
2026-05-31 17:42:33 -05:00
parent 52245658bc
commit 49fab53055

View File

@@ -4,15 +4,16 @@ A scribble of a python script for audio transcription.
## Setup ## Setup
1. Install [python](https://www.python.org/downloads/) 1. Install [ffmpeg](https://ffmpeg.org/download.html)
2. Set up a virtual environment (optional) 2. Install [python](https://www.python.org/downloads/)
3. Set up a virtual environment (optional)
- `python -m venv .venv` - `python -m venv .venv`
- POSIX: `. .venv/bin/activate` - POSIX: `. .venv/bin/activate`
- Windows (PowerShell): `.venv\Scripts\Activate.ps1` - Windows (PowerShell): `.venv\Scripts\Activate.ps1`
- If PowerShell refuses with “running scripts is disabled on this system,” run - If PowerShell refuses with “running scripts is disabled on this system,” run
`Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once, then try activation again. `Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once, then try activation again.
- Windows (cmd.exe): `.venv\Scripts\activate.bat` - Windows (cmd.exe): `.venv\Scripts\activate.bat`
3. Build & Install: `pip install -e .` 4. Build & Install: `pip install -e .`
## Usage ## Usage
`transcribble --help` `transcribble --help`