Skip to content

Commit 81a8798

Browse files
committed
intro notebook
1 parent 64ebd3f commit 81a8798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

intro.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"import pkg_resources # Install the package if it's not installed\n",
6262
"if not \"dspy-ai\" in {pkg.key for pkg in pkg_resources.working_set}:\n",
6363
" !pip install -U pip\n",
64-
" !pip install -e $repo_path\n",
64+
" !pip install dspy-ai\n",
65+
" # !pip install -e $repo_path\n",
6566
"\n",
6667
"import dspy"
6768
]

0 commit comments

Comments
 (0)