Skip to content

Instantly share code, notes, and snippets.

@coderholic
Created August 13, 2011 09:18
Show Gist options
  • Select an option

  • Save coderholic/1143661 to your computer and use it in GitHub Desktop.

Select an option

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