File size: 260 Bytes
d5bfab8
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```