Terminal
# Clone repository
git clone https://github.com/yourusername/aren.git
cd aren
# Create virtual environment
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
# Install dependencies
pip install -r requirements.txt
# Run the application
python main.py
1
Clone Repository
Get the latest version of A.R.E.N. from our GitHub repository
2
Setup Environment
Create a virtual environment and install dependencies
3
Run Application
Launch A.R.E.N. and start using its features