From 7500912be172e3d7713446e75a2b57a077f1b37f Mon Sep 17 00:00:00 2001 From: hosseingt Date: Fri, 15 Oct 2021 19:31:07 +0330 Subject: [PATCH] Corrected command for installing development version on Windows (#1187) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7dd42c50..46749d16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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