From 2743743e5e6a3c9d32e0798373f9fd94bd6c3510 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:23:55 -0800 Subject: [PATCH] Added install directions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e30a923..9dd7f92 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,17 @@ Official repository for [The 01 Project](https://twitter.com/hellokillian/status ## Installation -2. **Install PortAudio and FFmpeg.** +1. **Install PortAudio and FFmpeg.** ```bash + # For macOS brew install portaudio ffmpeg + + # For Ubuntu + sudo apt-get install portaudio19-dev libav-tools ``` -3. **Install Python dependencies.** +2. **Install Python dependencies.** ```bash python -m pip install -r requirements.txt