Skip to content

Instantly share code, notes, and snippets.

@wakandan
wakandan / installing_pyaudio.md
Created May 10, 2019 04:04 — forked from jiaaro/installing_pyaudio.md
How to install PyAudio into a VirtualEnv on Mac OS X 10.10

Install portaudio using homebrew (or method of your choice)

brew install portaudio

create $HOME/.pydistutils.cfg using the include and lib directories of your portaudio install:

[build_ext]