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 ```