ARC-stuff / re-arc /install.md
Alignment-Lab-AI's picture
Upload folder using huggingface_hub
d5bfab8 verified

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