Installation
Installing from PyPI
Install the latest stable release using pip:
pip install preface-spearnet
PREFACE requires Python 3.9 or later.
Installing from Source
To install from source, clone the repository and install in editable mode:
git clone https://github.com/chatdanai-s/PREFACE-v2.git
cd preface
pip install -e .