@@ -28,7 +28,7 @@ along with a fully built server.
2828
2929.. code-block :: bash
3030
31- pip install " burr[start]"
31+ pip install " apache- burr[start]"
3232
3333 This will give you tools to visualize, track, and interact with the UI. You can explore the UI (including some sample projects)
3434simply by running the command ``burr ``. Up next we'll write our own application and follow it in the UI.
@@ -48,135 +48,135 @@ Description of different targets
4848
4949.. code-block :: bash
5050
51- pip install burr
51+ pip install apache- burr
5252
5353 This only installs the framework. Zero other dependencies. All other installs below all install the
5454framework + some other dependencies. Note you can combine installing multiple optional dependencies with commas, e.g.
55- ``pip install "burr[cli,tracking]" `` installs both the CLI and tracking + UI dependencies.
55+ ``pip install "apache- burr[cli,tracking]" `` installs both the CLI and tracking + UI dependencies.
5656
5757.. code-block :: bash
5858
59- pip install " burr[cli]"
59+ pip install " apache- burr[cli]"
6060
6161 This installs the dependencies to run the burr CLI, i.e. `burr --help `.
6262
6363.. code-block :: bash
6464
65- pip install " burr[developer]"
65+ pip install " apache- burr[developer]"
6666
6767 This installs all the dependencies for developing locally.
6868
6969.. code-block :: bash
7070
71- pip install " burr[documentation]"
71+ pip install " apache- burr[documentation]"
7272
7373 This installs the dependencies to build the documentation.
7474
7575.. code-block :: bash
7676
77- pip install " burr[examples]"
77+ pip install " apache- burr[examples]"
7878
7979 This installs the dependencies for the examples.
8080
8181
8282.. code-block :: bash
8383
84- pip install " burr[graphviz]"
84+ pip install " apache- burr[graphviz]"
8585
8686 This installs the dependencies to visualize the graph.
8787
8888.. code-block :: bash
8989
90- pip install " burr[hamilton]"
90+ pip install " apache- burr[hamilton]"
9191
9292 This installs the dependencies for Hamilton.
9393
9494.. code-block :: bash
9595
96- pip install " burr[haystack]"
96+ pip install " apache- burr[haystack]"
9797
9898 This installs the dependencies for Haystack.
9999
100100.. code-block :: bash
101101
102- pip install " burr[learn]"
102+ pip install " apache- burr[learn]"
103103
104104 This installs the dependencies for the UI, CLI, and running demos. It is equivalent to `start ` below.
105105
106106.. code-block :: bash
107107
108- pip install " burr[opentelemetry]"
108+ pip install " apache- burr[opentelemetry]"
109109
110110 This installs the dependencies for using OpenTelemetry with Burr.
111111
112112.. code-block :: bash
113113
114- pip install " burr[postgresql]"
114+ pip install " apache- burr[postgresql]"
115115
116116 This installs the dependencies for PostgreSQL.
117117
118118.. code-block :: bash
119119
120- pip install " burr[pydantic]"
120+ pip install " apache- burr[pydantic]"
121121
122122 This installs the dependencies for Pydantic.
123123
124124.. code-block :: bash
125125
126- pip install " burr[redis]"
126+ pip install " apache- burr[redis]"
127127
128128 This installs the dependencies for Redis.
129129
130130.. code-block :: bash
131131
132- pip install " burr[start]"
132+ pip install " apache- burr[start]"
133133
134134 This installs the dependencies for the UI, CLI, and running demos. It is equivalent to `learn ` above.
135135
136136.. code-block :: bash
137137
138- pip install " burr[streamlit]"
138+ pip install " apache- burr[streamlit]"
139139
140140 This installs the dependencies for Streamlit.
141141
142142.. code-block :: bash
143143
144- pip install " burr[tests]"
144+ pip install " apache- burr[tests]"
145145
146146 This installs the dependencies for running unit tests.
147147
148148.. code-block :: bash
149149
150- pip install " burr[tracking]"
150+ pip install " apache- burr[tracking]"
151151
152152 This installs the client and server dependencies for tracking and running the UI from tracking that is on a filesystem.
153153
154154.. code-block :: bash
155155
156- pip install " burr[tracking-client]"
156+ pip install " apache- burr[tracking-client]"
157157
158158 This installs the client dependencies for tracking to a filesystem.
159159
160160.. code-block :: bash
161161
162- pip install " burr[tracking-client-s3]"
162+ pip install " apache- burr[tracking-client-s3]"
163163
164164 This installs the client dependencies for tracking to S3.
165165
166166.. code-block :: bash
167167
168- pip install " burr[tracking-server-s3]"
168+ pip install " apache- burr[tracking-server-s3]"
169169
170170 This installs the server dependencies to run the UI and load tracking that was sent to S3.
171171
172172.. code-block :: bash
173173
174- pip install " burr[tracking-server]"
174+ pip install " apache- burr[tracking-server]"
175175
176176 This installs the server dependencies for running the UI off a filesystem.
177177
178178.. code-block :: bash
179179
180- pip install " burr[bedrock]"
180+ pip install " apache- burr[bedrock]"
181181
182182 This installs ``boto3 `` for the :ref: `Amazon Bedrock integration <bedrock-integration >` (``BedrockAction `` / ``BedrockStreamingAction ``).
0 commit comments