From 843b349d8a20bb82913f1de473649186e766314b Mon Sep 17 00:00:00 2001 From: LeNg87 Date: Sat, 14 Jun 2025 04:11:21 +0800 Subject: [PATCH] docs: Correct the spelling error in the README.md file by changing "requirments.txt" to "requirements.txt". --- 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