diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-07-09 01:33:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-09 01:33:56 -0700 |
commit | 636cbfd1631670b71f9b156c73fc6345a87def48 (patch) | |
tree | 2ce15c206224e98ee3d0b6028ac5fc87811171ec /README.rst | |
parent | 6f0a733d62277611403a9c70ee9188d5a6cc881e (diff) | |
download | mitmproxy-636cbfd1631670b71f9b156c73fc6345a87def48.tar.gz mitmproxy-636cbfd1631670b71f9b156c73fc6345a87def48.tar.bz2 mitmproxy-636cbfd1631670b71f9b156c73fc6345a87def48.zip |
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -52,9 +52,9 @@ If you want to contribute changes, keep on reading. Hacking ------- -To get started hacking on mitmproxy, make sure you have Python_ 2.7.x. with +To get started hacking on mitmproxy, make sure you have Python_ 3.5.x or above with virtualenv_ installed (you can find installation instructions for virtualenv -here_). Then do the following: +`here <http://virtualenv.readthedocs.org/en/latest/>`_). Then do the following: .. code-block:: text @@ -194,7 +194,6 @@ PR checks will fail and block merging. We are using this command to check for st .. _Python: https://www.python.org/ .. _virtualenv: http://virtualenv.readthedocs.org/en/latest/ -.. _here: http://virtualenv.readthedocs.org/en/latest/installation.html .. _autoenv: https://github.com/kennethreitz/autoenv .. _.env: https://github.com/mitmproxy/mitmproxy/blob/master/.env .. _Sphinx: http://sphinx-doc.org/ |