Update README.md

This commit is contained in:
Joel-Flores123
2025-07-29 17:23:35 -05:00
parent a0494d7ded
commit 1211c07575
+2 -2
View File
@@ -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
```