Imporove document, pip install -e .[dev] error in mac zsh

This commit is contained in:
sanlengjingvv 2021-02-05 11:11:23 +08:00
parent c5bd7b1ae1
commit 76d4c80df1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ python3 -m venv --help
git clone https://github.com/mitmproxy/mitmproxy.git
cd mitmproxy
python3 -m venv venv
venv/bin/pip install -e .[dev]
venv/bin/pip install -e ".[dev]"
```
##### Windows