From e6725dbaadb4b524f58c0a5032e623b094489b5e Mon Sep 17 00:00:00 2001 From: Rahul Tuli Date: Fri, 9 Jun 2023 11:31:41 -0400 Subject: [PATCH] Add missing -e --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 7fd4ce2dbbe..8a815c4b37c 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -41,7 +41,7 @@ python3 -m pip install -e "./[dev,torch]" ``` Note: Running all pytorch tests using `make test TARGETS=torch`, also requires `torchvision` -and `onnxruntime` install all these dependencies using `python3 -m pip install "./[dev, torch, torchvision, onnxruntime]"` +and `onnxruntime` install all these dependencies using `python3 -m pip install -e "./[dev, torch, torchvision, onnxruntime]"` **Code Styling and Formatting checks**