Installation

Prerequisites

  • Python 3.9+

  • pip (Python package installer)

  • git (for cloning, if applicable)

Steps

  1. Clone the Repository (Optional): If you need to clone the repository first:

    git clone https://github.com/carloslme/tum-idp.git
    cd tum-idp
    
  2. Set up a Virtual Environment (Recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`
    
  3. Install Dependencies: Install the required Python packages using the requirements.txt file:

    pip install -r requirements.txt