mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-10 18:39:03 -07:00
Update README.md
This commit is contained in:
@@ -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:
|
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
|
- [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
|
## Setup
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ git clone https://github.com/syssec-utd/pylingual
|
|||||||
cd pylingual
|
cd pylingual
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install poetry==2.1.1
|
pip install poetry>=2.0
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user