# Installation ## Pre-requisites The project is entirely made in Python 3.9 and tested on Windows 11 64 bits. Both CPU and GPU are supported with PyTorch 2.0.1. ## Install from PyPI Our library can be installed from PyPI with its dependencies by running the following command: ```bash pip install beexai ``` ## Install from source To use ExplainabilityBenchmark, first clone the repository: ```bash git clone https://github.com/SquareResearchCenter-AI/BEExAI.git ``` Then, install the requirements: ```bash cd BEExAI pip install -r requirements.txt ```