Skip to content

Instantly share code, notes, and snippets.

@coderholic
Created August 13, 2011 09:18
Show Gist options
  • Save coderholic/1143661 to your computer and use it in GitHub Desktop.
Save coderholic/1143661 to your computer and use it in GitHub Desktop.
mitmproxy installation on OSX
sudo ARCHFLAGS="-arch i386" pip install urwid
git clone https://github.com/cortesi/mitmproxy.git
cd mitmproxy
sudo python setup.py install
cd ..
sudo rm -rf mitmproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment