Files
2026-01-26 02:38:32 +01:00
..
2026-01-26 02:38:32 +01:00
2026-01-26 02:38:32 +01:00
2026-01-26 02:38:32 +01:00
2026-01-26 02:38:32 +01:00

IKT218 - OSDev WebServer

This package is used to host a virutal machine for your operating system.

Installation

Create a virtual environment using the venv.sh script

    sh venv.sh  # Install virtual envrionment
    source venv/bin/activate

Install requirements:

    pip install -e .

Usage

    source venv/bin/activate  # Activate virtual environment
    python web/main.py