Installation
Prerequisites
Python 3.9+
pip (Python package installer)
git (for cloning, if applicable)
Steps
Clone the Repository (Optional): If you need to clone the repository first:
git clone https://github.com/carloslme/tum-idp.git cd tum-idp
Set up a Virtual Environment (Recommended):
python -m venv venv source venv/bin/activate # On Windows use `venv\\Scripts\\activate`
Install Dependencies: Install the required Python packages using the requirements.txt file:
pip install -r requirements.txt