diff --git a/docs/source/quickstart.md b/docs/source/quickstart.md index bf2d8ce2e..c3aeae2e1 100644 --- a/docs/source/quickstart.md +++ b/docs/source/quickstart.md @@ -25,7 +25,7 @@ the CLI and the library. ```sh # install torchx with all dependencies -$ pip install torchx[dev] +$ pip install "torchx[dev]" ```