Skip to content

Commit

Permalink
Update failure tests README
Browse files Browse the repository at this point in the history
I keep finding this page when trying to run failure tests, so updating the README that way:
pypa/pipenv#3363 (comment)
  • Loading branch information
SaitTalhaNisanci committed Aug 20, 2021
1 parent 262f893 commit 6859c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/regress/mitmscripts/README.md
Expand Up @@ -25,7 +25,7 @@ Once you've installed it:

```bash
$ cd src/test/regress
$ pipenv --python 3.6
$ pipenv --python 3.6 --python=`which python3`
$ pipenv install # there's already a Pipfile.lock in src/test/regress with packages
$ pipenv shell # this enters the virtual environment, putting mitmproxy onto $PATH
```
Expand Down

0 comments on commit 6859c60

Please sign in to comment.