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: .. code-block:: bash git clone https://github.com/carloslme/tum-idp.git cd tum-idp 2. **Set up a Virtual Environment (Recommended):** .. code-block:: bash 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: .. code-block:: bash pip install -r requirements.txt