aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorSachin Kelkar <sachinkel19@gmail.com>2017-01-06 15:33:05 +0530
committerSachin Kelkar <sachinkel19@gmail.com>2017-01-06 15:33:05 +0530
commit38fd88b3d1694f730d06d2a7acb58baadaf8df78 (patch)
treeff41b927a78f42fa3b4a3350539fdf9eba34913d /README.rst
parent3ea76a7f3e123a9ad8f05a6f0325e6642c6aa01a (diff)
downloadmitmproxy-38fd88b3d1694f730d06d2a7acb58baadaf8df78.tar.gz
mitmproxy-38fd88b3d1694f730d06d2a7acb58baadaf8df78.tar.bz2
mitmproxy-38fd88b3d1694f730d06d2a7acb58baadaf8df78.zip
Update instructions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f30f0fe1..1725708f 100644
--- a/README.rst
+++ b/README.rst
@@ -58,13 +58,14 @@ virtualenv_ installed (you can find installation instructions for virtualenv
.. code-block:: text
+ sudo apt-get install python3-pip python3-dev libffi-dev libssl-dev libtiff5-dev libjpeg8-dev zlib1g-dev libwebp-dev
git clone https://github.com/mitmproxy/mitmproxy.git
cd mitmproxy
./dev.sh # powershell .\dev.ps1 on Windows
The *dev* script will create a virtualenv environment in a directory called
-"venv", and install all mandatory and optional dependencies into it. The
+"venv3.5", and install all mandatory and optional dependencies into it. The
primary mitmproxy components - mitmproxy and pathod - are installed as
"editable", so any changes to the source in the repository will be reflected
live in the virtualenv.
@@ -74,7 +75,7 @@ mitmproxy test suite:
.. code-block:: text
- . venv/bin/activate # venv\Scripts\activate on Windows
+ . venv3.5/bin/activate # venv\Scripts\activate on Windows
py.test
Note that the main executables for the project - ``mitmdump``, ``mitmproxy``,