1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-13 01:30:54 +02:00

Corrected command for installing development version on Windows (#1187)

This commit is contained in:
hosseingt
2021-10-15 19:31:07 +03:30
committed by GitHub
parent 1b4048aefc
commit 7500912be1

View File

@ -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