Skip to content

Commit 39965ad

Browse files
authored
Update installation instructions in RL tutorials to use 'arbor-ai' package (#8200)
1 parent e7955ef commit 39965ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/tutorials/rl_multihop/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"For this tutorial, you will also need DSPy's Arbor RL server.\n",
1414
"\n",
1515
"```bash\n",
16-
"> pip install git+https://github.com/Ziems/arbor.git\n",
16+
"> pip install arbor-ai\n",
1717
"> python -m arbor.cli serve --arbor-config arbor.yaml\n",
1818
"```\n",
1919
"\n",

docs/docs/tutorials/rl_papillon/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"For this tutorial, you will also need the Arbor RL server.\n",
1818
"\n",
1919
"```bash\n",
20-
"> pip install git+https://github.com/Ziems/arbor.git\n",
20+
"> pip install arbor-ai\n",
2121
"> python -m arbor.cli serve --arbor-config arbor.yaml\n",
2222
"```\n",
2323
"\n",

0 commit comments

Comments
 (0)