From 64c04bdc9585c02c13cb033de77613ec2adf34b6 Mon Sep 17 00:00:00 2001 From: Mateus Devino <19861348+mdevino@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:23:13 -0300 Subject: [PATCH] Fix install command on quickstart tutorial (#850) --- docs/source/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" ```