⚠️ This is unmaintained. Please use the official docs instead: http://docs.mitmproxy.org/en/stable/install.html
If you want to live on the dangerous side, you can install mitmproxy from its master branch. If you encounter any bugs, please do us the favor and report them on the Github issue tracker briefly.
pip uninstall mitmproxy netlib git clone https://github.com/mitmproxy/mitmproxy.git cd mitmproxy pip install --src . -r requirements.txt
Errors during installation? This is most likely a result of missing dependencies.
# tested on Ubuntu 12.04 sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libxml2-dev libxslt-dev git
If you have problems importing certffi:
$ sudo python # workaround for https://github.com/mitmproxy/netlib/issues/32 >>> from netlib import certffi >>> exit()
Hi, I am trying to install a branch instead of the master (the cert-chains branch) but cannot figure out how to use that instead. The link on the original issue ( mitmproxy/mitmproxy#174) to this page on installation, but 32 is a different issue. Thanks!