Skip to content
Snippets Groups Projects
Select Git revision
  • 8da8ee8968b05d4fff163221fc8b80ffcb91940c
  • main default protected
  • Final_Report
  • Framework_with_first_tests
  • solver_knoten_grad_1_einsortieren_variant
  • preprocess_nodes_add_single_edged_nodes_later
  • pace-2024
  • hannah
  • add_cmdline_params
  • Final_Report
  • pace-2024
11 results

appalgo-sose24

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    src
    .gitignore
    README.md
    requirements.txt
    visualizer.py

    Backend

    Project Structure

    APPALGO-SOSE24
    Backend
    
    └── src
        |
        ├── main.py
    
        └── requirements.txt

    Setup

    1. Install Python: go to python.org

    2. Navigate to Backend:

      cd appalgo-sose24/src
    3. Create and Activate a Virtual Environment (Optional but recommended):

      python3 -m venv venv

      In a Unix-based System run:

      source venv/bin/activate

      In Windows run:

      .venv\Scripts\activate
    4. Install the Dependencies:

      pip install -r requirements.txt

    Test Setup

    1. Geh sicher, dass alle Dependencies installiert sind.

    2. Install Poetry: https://python-poetry.org/docs/