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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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