Local Installation

Follow these steps to clone the repository, install Python, and set up the required dependencies for the project.

Clone the Repository

Download the project code from the Git repository:

git clone https://gitlab.gwdg.de/nfdixcs/a1-architecture/rdmc-prototype.git

Install Python

Ensure Python is installed. Download it from:

Create and Activate Virtual Environment

Before installing dependencies, create and activate a Python virtual environment:

To create and activate a virtual environment on Linux or MacOS, run:

python3 -m venv venv
source venv/bin/activate

Install Required Libraries

Install dependencies with:

pip install .