diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-28 21:18:01 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-28 21:18:01 -0700 |
commit | a4fde737b1a6d87e776b07836a04cc23f6aea08d (patch) | |
tree | 49330c036fc2012ade631ff5ac7fa17d10b51c3a /README.rst | |
parent | f69972d13d9c6bfc5f59e71c1253b8d81003d064 (diff) | |
download | mitmproxy-a4fde737b1a6d87e776b07836a04cc23f6aea08d.tar.gz mitmproxy-a4fde737b1a6d87e776b07836a04cc23f6aea08d.tar.bz2 mitmproxy-a4fde737b1a6d87e776b07836a04cc23f6aea08d.zip |
fix appveyor
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ here_). Then do the following: git clone https://github.com/mitmproxy/mitmproxy.git cd mitmproxy - ./dev.sh + ./dev.sh # powershell .\dev.ps1 on Windows The *dev* script will create a virtualenv environment in a directory called @@ -74,7 +74,7 @@ mitmproxy test suite: .. code-block:: text - . venv/bin/activate # venv\Scripts\activate.bat on Windows + . venv/bin/activate # venv\Scripts\activate on Windows py.test Note that the main executables for the project - ``mitmdump``, ``mitmproxy``, |