This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/burr.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new f731d522 deploy: 34d1fd64267ecfaad5c286451609ea64d2c0ace7
f731d522 is described below

commit f731d5225ff3280d143ce2b6ca45d6044384f40b
Author: potiuk <[email protected]>
AuthorDate: Sun Dec 7 11:14:34 2025 +0000

    deploy: 34d1fd64267ecfaad5c286451609ea64d2c0ace7
---
 .doctrees/contributing/setup.doctree      | Bin 9506 -> 10743 bytes
 .doctrees/environment.pickle              | Bin 442818 -> 442818 bytes
 .doctrees/getting_started/install.doctree | Bin 17113 -> 17113 bytes
 _sources/contributing/setup.rst.txt       |  16 ++++++++++++++++
 _sources/getting_started/install.rst.txt  |   1 -
 contributing/setup/index.html             |  11 +++++++++++
 searchindex.js                            |   2 +-
 7 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/.doctrees/contributing/setup.doctree 
b/.doctrees/contributing/setup.doctree
index 9a32f905..670e510d 100644
Binary files a/.doctrees/contributing/setup.doctree and 
b/.doctrees/contributing/setup.doctree differ
diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle
index 4803a70d..e4458011 100644
Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle 
differ
diff --git a/.doctrees/getting_started/install.doctree 
b/.doctrees/getting_started/install.doctree
index 941d2f81..ff29ad0f 100644
Binary files a/.doctrees/getting_started/install.doctree and 
b/.doctrees/getting_started/install.doctree differ
diff --git a/_sources/contributing/setup.rst.txt 
b/_sources/contributing/setup.rst.txt
index f9e29781..efe856d3 100644
--- a/_sources/contributing/setup.rst.txt
+++ b/_sources/contributing/setup.rst.txt
@@ -47,6 +47,22 @@ Next you'll want to ``cd`` into the directory and install
     cd burr
     pip install -e ".[developer]"
 
+You can also use dependency group:
+
+.. code-block:: bash
+
+    pip install -e . --group dev
+
+or, if you use ``uv``:
+
+.. code-block:: bash
+
+    uv sync
+
+The latter command will automatically create and install virtual env if one 
does not exist and will
+automatically install the project in editable mode with all developer 
dependencies defined in dev
+dependency group.
+
 This will install all potential dependencies. Burr will work with ``python 
>=3.9``.
 
 ------------------
diff --git a/_sources/getting_started/install.rst.txt 
b/_sources/getting_started/install.rst.txt
index db7d2e1e..1afa3fbd 100644
--- a/_sources/getting_started/install.rst.txt
+++ b/_sources/getting_started/install.rst.txt
@@ -66,7 +66,6 @@ This installs the dependencies to run the burr CLI, i.e. 
`burr --help`.
 
 This installs all the dependencies for developing locally.
 
-
 .. code-block:: bash
 
     pip install "burr[documentation]"
diff --git a/contributing/setup/index.html b/contributing/setup/index.html
index e2963e29..33ffdefd 100644
--- a/contributing/setup/index.html
+++ b/contributing/setup/index.html
@@ -389,6 +389,17 @@ Replace with your package manager of choice if you 
prefer.</p>
 pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> 
</span><span class="s2">&quot;.[developer]&quot;</span>
 </pre></div>
 </div>
+<p>You can also use dependency group:</p>
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>pip<span class="w"> </span>install<span 
class="w"> </span>-e<span class="w"> </span>.<span class="w"> 
</span>--group<span class="w"> </span>dev
+</pre></div>
+</div>
+<p>or, if you use <code class="docutils literal notranslate"><span 
class="pre">uv</span></code>:</p>
+<div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>uv<span class="w"> </span>sync
+</pre></div>
+</div>
+<p>The latter command will automatically create and install virtual env if one 
does not exist and will
+automatically install the project in editable mode with all developer 
dependencies defined in dev
+dependency group.</p>
 <p>This will install all potential dependencies. Burr will work with <code 
class="docutils literal notranslate"><span class="pre">python</span> <span 
class="pre">&gt;=3.9</span></code>.</p>
 </section>
 <section id="linting-pre-commit">
diff --git a/searchindex.js b/searchindex.js
index 2ad09cad..e77484ae 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"1. Agent application is modeled as State + 
Actions \u2013> 
Graph":[[28,"agent-application-is-modeled-as-state-actions-graph"]],"1. Make 
your methods async":[[6,"make-your-methods-async"]],"2. Build application 
\u2013> built in checkpointing & 
tracking":[[28,"build-application-built-in-checkpointing-tracking"]],"2. 
Implement the is_async method":[[6,"implement-the-is-async-method"]],"3. Comes 
with a UI":[[28,"comes-with-a-ui"]],"3. Use async persisters with  [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"1. Agent application is modeled as State + 
Actions \u2013> 
Graph":[[28,"agent-application-is-modeled-as-state-actions-graph"]],"1. Make 
your methods async":[[6,"make-your-methods-async"]],"2. Build application 
\u2013> built in checkpointing & 
tracking":[[28,"build-application-built-in-checkpointing-tracking"]],"2. 
Implement the is_async method":[[6,"implement-the-is-async-method"]],"3. Comes 
with a UI":[[28,"comes-with-a-ui"]],"3. Use async persisters with  [...]
\ No newline at end of file

Reply via email to