mirror of
https://github.com/langchain-ai/langgraph-example.git
synced 2026-08-25 10:39:34 -04:00
How to run this project? #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AsteriskZuo on GitHub (Sep 2, 2024).
How to run this project. I am a novice. I have also checked several configuration methods for Python projects, and there are more ways to compile and run. I use vscode to open the project directory and install the dependencies through
pip install -r requirements.txt, but it still displays a yellow warning message. Please give the specific running method. Thank you.