Skip to content

Commit

Permalink
Fix install command on quickstart tutorial (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevino committed Mar 19, 2024
1 parent edd1be0 commit 64c04bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the CLI and the library.
<!-- #md -->
```sh
# install torchx with all dependencies
$ pip install torchx[dev]
$ pip install "torchx[dev]"
```
<!-- #endmd -->

Expand Down

0 comments on commit 64c04bd

Please sign in to comment.