You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-07-15 01:34:27 +02:00
Corrected command for installing development version on Windows (#1187)
This commit is contained in:
@ -160,7 +160,7 @@ C:\> venv\Scripts\activate
|
|||||||
Install HTTPie in editable mode with all the dependencies:
|
Install HTTPie in editable mode with all the dependencies:
|
||||||
|
|
||||||
```powershell
|
```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
|
You should now see `(httpie)` next to your shell prompt, and
|
||||||
|
Reference in New Issue
Block a user