From e19fa4795876647a9c04b248a92a363ac465ecb5 Mon Sep 17 00:00:00 2001 From: Haotian Yang Date: Fri, 5 Dec 2025 13:24:59 -0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4b2b744..686075817 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ curl -sSL https://install.python-poetry.org | python3 - ```bash poetry init -n poetry env use "path to your python.exe" -poetry run pip install -r requirments.txt +poetry run pip install -r requirements.txt ``` ### MacOS