btor2ex requires Python 3.11 or later. It is recommended to use a virtual environment to avoid conflicts with other packages. Please see requirements.txt for the list of required packages. Install them using:
pip install -r requirements.txtUse the pyproject.toml tool to build/install the package. This will also install the required packages.
pip install .Without install:
python -m btor2ex.btor2ex_main --helpWith install:
btor2ex --helpCopyright (c) 2024-25. Adwait Godbole, UC Berkeley.