# Installation Guide for RE-ARC ## Prerequisites This project requires Python 3. ## Setting up the environment and installing dependencies ``` PROMPT> python3 -m venv venv PROMPT> source venv/bin/activate (venv) PROMPT> pip install -r requirements.txt ```