Added install directions

pull/11/head
killian 11 months ago
parent defb613227
commit 2743743e5e

@ -6,13 +6,17 @@ Official repository for [The 01 Project](https://twitter.com/hellokillian/status
## Installation ## Installation
2. **Install PortAudio and FFmpeg.** 1. **Install PortAudio and FFmpeg.**
```bash ```bash
# For macOS
brew install portaudio ffmpeg brew install portaudio ffmpeg
# For Ubuntu
sudo apt-get install portaudio19-dev libav-tools
``` ```
3. **Install Python dependencies.** 2. **Install Python dependencies.**
```bash ```bash
python -m pip install -r requirements.txt python -m pip install -r requirements.txt

Loading…
Cancel
Save