fix whitespaces

pull/5334/head
Nils Dijk 2021-10-27 17:34:58 +02:00
parent c1f9964c7e
commit a4fd223f42
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Once you've installed it:
```bash
$ cd src/test/regress
$ pipenv --rm # removes any previous available pipenv
$ pipenv --rm # removes any previous available pipenv
$ 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
```