Update README.md

poetry below 2.1.1 does not work
This commit is contained in:
Jumping Qu
2025-04-25 14:36:23 +08:00
committed by GitHub
parent 046e80cdd1
commit 8669ac2082
+1 -1
View File
@@ -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
```