mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
Corrected command for installing development version on Windows (#1187)
This commit is contained in:
parent
1b4048aefc
commit
7500912be1
@ -160,7 +160,7 @@ C:\> venv\Scripts\activate
|
||||
Install HTTPie in editable mode with all the dependencies:
|
||||
|
||||
```powershell
|
||||
C:\> python -m pip install --upgrade -e . -r requirements-dev.txt
|
||||
C:\> python -m pip install --upgrade -e .[dev]
|
||||
```
|
||||
|
||||
You should now see `(httpie)` next to your shell prompt, and
|
||||
|
Loading…
Reference in New Issue
Block a user