Skip to content

Commit

Permalink
Add missing -e
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored Jun 9, 2023
1 parent 59dbdbc commit e6725db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit e6725db

Please sign in to comment.