docs: fix typo (#2510)

`python-dotenv` not `python-dot-env`

Signed-off-by: Mingqi <mingqi.hu@intel.com>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Mingqi Hu
2024-11-22 14:17:59 -05:00
committed by GitHub
co-authored by Eugene Yurtsev
parent b4900341e4
commit 3351d4f6c5
@@ -9,7 +9,7 @@ This is a quick start guide to help you get a LangGraph app up and running local
## Install the LangGraph CLI
```bash
pip install "langgraph-cli[inmem]==0.1.58" python-dot-env
pip install "langgraph-cli[inmem]==0.1.58" python-dotenv
```
## 🌱 Create a LangGraph App