From b164b0201ba07f8a73509b58e3045e8541f4822a Mon Sep 17 00:00:00 2001 From: Elijah ben Izzy Date: Wed, 20 Mar 2024 07:03:23 -0700 Subject: [PATCH] Update install.rst Fixed install command to be consistent --- docs/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/install.rst b/docs/getting_started/install.rst index 1e137dbb..5095ddad 100644 --- a/docs/getting_started/install.rst +++ b/docs/getting_started/install.rst @@ -11,4 +11,4 @@ along with a fully built server. pip install burr[start] -This will give you tools to visualize, track, and interact with the UI. Note, if you're using ``zsh``, you'll need to add quotes around the install target, (``pip install "burr[learn]"``). +This will give you tools to visualize, track, and interact with the UI. Note, if you're using ``zsh``, you'll need to add quotes around the install target, (``pip install "burr[start]"``).