Skip to content

Instantly share code, notes, and snippets.

View dylanbfox's full-sized avatar

Dylan Fox dylanbfox

  • AssemblyAI
  • San Francisco
View GitHub Profile
@dylanbfox
dylanbfox / slate_chrome.md
Last active February 11, 2018 23:22
Installing slate docs on chromebook in termux
pkg install ruby
pkg install ruby-dev
pkg install make
pkg install clang
pkg install libxml2
apt install coreutils
@dylanbfox
dylanbfox / aws_ubuntu_desktop.md
Created December 17, 2017 23:07
AWS Ubuntu Desktop
@dylanbfox
dylanbfox / installing_pyaudio.md
Last active September 21, 2015 18:45 — 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]