Update README

Add poetry lock command to installation instructions
This commit is contained in:
Kudo
2026-01-06 23:20:34 +01:00
committed by GitHub
parent 9f0ba2aa01
commit 50979f1578
+1
View File
@@ -27,6 +27,7 @@ cd pylingual
python -m venv venv
source venv/bin/activate
pip install poetry>=2.0
poetry lock
poetry install
```