Installation#

🛠️ Installation#

Before installing XRAG, ensure that you have Python 3.11 or later installed.

Install via pip#

You can install XRAG directly using pip:

# Install XRAG
pip install examinationrag

# Install 'jury' without dependencies to avoid conflicts
pip install jury --no-deps