From 8669ac20820d5909fbc7ac0435554168dbb84b63 Mon Sep 17 00:00:00 2001 From: Jumping Qu Date: Fri, 25 Apr 2025 14:36:23 +0800 Subject: [PATCH] Update README.md poetry below 2.1.1 does not work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8460380..95712c3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/syssec-utd/pylingual cd pylingual python -m venv venv source venv/bin/activate -pip install poetry +pip install poetry==2.1.1 poetry install ```