From 1211c07575ec5265b89ca5377f5003d094d5a153 Mon Sep 17 00:00:00 2001 From: Joel-Flores123 <73033180+Joel-Flores123@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:23:35 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 711a764..78f70a2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This codebase is optimized for readability and future extension, so there may in Some parts of PyLingual require the ability to compile bytecode in a different Python version (equivalence check and model training). For this, you will need the following: - [pyenv](https://github.com/pyenv/pyenv) with all Python versions you want to compile to -- Unix-like operating system (pyenv does not support Windows) +- [pyenv-win](https://github.com/pyenv-win/pyenv-win) for Windows ## Setup @@ -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==2.1.1 +pip install poetry>=2.0 poetry install ```