From 50979f15780a6fecd04adfe36022976f0e07a783 Mon Sep 17 00:00:00 2001 From: Kudo <107247419+tmquan2508@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:20:34 +0100 Subject: [PATCH] Update README Add poetry lock command to installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78f70a2..b684221 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ cd pylingual python -m venv venv source venv/bin/activate pip install poetry>=2.0 +poetry lock poetry install ```