Merge pull request #13 from jumping/patch-1

See no issues. Merging.
This commit is contained in:
Kangkook Jee
2025-05-02 09:16:02 -05:00
committed by GitHub
+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
```