mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 19:57:52 +02:00
[Docs] Add some missing installs (#649)
This commit is contained in:
@@ -116,11 +116,11 @@ def copy_notebooks():
|
||||
)
|
||||
print(f"Overriding: {src_path} to {dst_path}")
|
||||
break
|
||||
|
||||
|
||||
# Avoid double nesting.
|
||||
dst_path = dst_path.replace(
|
||||
"tutorials/tutorials", "tutorials"
|
||||
).replace("how-tos/how-tos", "how-tos")
|
||||
dst_path = dst_path.replace("tutorials/tutorials", "tutorials").replace(
|
||||
"how-tos/how-tos", "how-tos"
|
||||
)
|
||||
os.makedirs(os.path.dirname(dst_path), exist_ok=True)
|
||||
print(f"Copying: {src_path} to {dst_path}")
|
||||
shutil.copy(src_path, dst_path)
|
||||
|
||||
Reference in New Issue
Block a user