Imporove document, pip install -e .[dev] error in mac zsh
This commit is contained in:
parent
c5bd7b1ae1
commit
76d4c80df1
|
@ -27,7 +27,7 @@ python3 -m venv --help
|
||||||
git clone https://github.com/mitmproxy/mitmproxy.git
|
git clone https://github.com/mitmproxy/mitmproxy.git
|
||||||
cd mitmproxy
|
cd mitmproxy
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
venv/bin/pip install -e .[dev]
|
venv/bin/pip install -e ".[dev]"
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Windows
|
##### Windows
|
||||||
|
|
Loading…
Reference in New Issue