mirror of
https://github.com/httpie/cli.git
synced 2025-06-20 01:27:49 +02: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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user