From a84bba36be7fd48eccb45776c1abd17bb3bde7ec Mon Sep 17 00:00:00 2001 From: Omar Tsai Date: Thu, 11 Apr 2024 03:42:34 -0400 Subject: [PATCH] Fix typo (#1942) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4b2b7..6860758 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