aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-01-30 00:38:40 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-01-30 00:40:24 +0100
commit3fe2f9578a19729196d5d775923beb597c8be032 (patch)
treec5d8abe673fa2fe0a166a64f044d2be0e10d00d5 /README.rst
parentf570c57006a79f31739d5270a4b72eae1b1ab740 (diff)
downloadmitmproxy-3fe2f9578a19729196d5d775923beb597c8be032.tar.gz
mitmproxy-3fe2f9578a19729196d5d775923beb597c8be032.tar.bz2
mitmproxy-3fe2f9578a19729196d5d775923beb597c8be032.zip
always use 'venv' as virtualenv folder
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 1c69caf8..a8f02bee 100644
--- a/README.rst
+++ b/README.rst
@@ -69,9 +69,9 @@ To get started hacking on mitmproxy, please follow the `advanced installation`_
./dev.sh # "powershell .\dev.ps1" on Windows
-The *dev* script will create a `virtualenv`_ environment in a directory called
-"venv3.5", and install all mandatory and optional dependencies into it. The
-primary mitmproxy components - mitmproxy and pathod - are installed as
+The *dev* script will create a `virtualenv`_ environment in a directory called "venv"
+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.
@@ -82,7 +82,7 @@ you can run them like any other command:
.. code-block:: text
- . venv3.5/bin/activate # "venv\Scripts\activate" on Windows
+ . venv/bin/activate # "venv\Scripts\activate" on Windows
mitmdump --version
Testing