From 24223158c18529bf69269a0fb03f1babc7a46605 Mon Sep 17 00:00:00 2001 From: Eosellmay Li <2507917746@qq.com> Date: Sat, 1 Nov 2025 21:07:44 +0800 Subject: [PATCH] Fix typo in requirements file name --- 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