Skip to content

Commit 98e80b6

Browse files
authored
install Haystack stable release instead of main branch (#342)
1 parent f2674ee commit 98e80b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/28_Structured_Output_With_Loop.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"source": [
5656
"## Installing Dependencies\n",
57-
"Install Haystack 2.0 and [colorama](https://pypi.org/project/colorama/) with pip:"
57+
"Install Haystack and [colorama](https://pypi.org/project/colorama/) with pip:"
5858
]
5959
},
6060
{
@@ -71,7 +71,7 @@
7171
"source": [
7272
"%%bash\n",
7373
"\n",
74-
"pip install git+https://github.com/deepset-ai/haystack.git@main\n",
74+
"pip install haystack-ai\n",
7575
"pip install colorama"
7676
]
7777
},

0 commit comments

Comments
 (0)