Skip to content

Commit 21f5682

Browse files
committed
change the pip install line
1 parent 47c7205 commit 21f5682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/45_Creating_a_Multi_Agent_System.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
}
6565
],
6666
"source": [
67-
"!pip install -q haystack-ai duckduckgo-api-haystack"
67+
"%%bash\n",
68+
"\n",
69+
"pip install -q haystack-ai duckduckgo-api-haystack"
6870
]
6971
},
7072
{

0 commit comments

Comments
 (0)