Skip to content
Snippets Groups Projects
Select Git revision
  • 29d773ed30bb9af3d8d33c605d57db11f764501b
  • live_exam_os_ubuntu default protected
2 results

server

Prerequisites

Create a python virtual environment

python3 -m venv .venv

Activate the virtual environment

source .venv/bin/activate

Installing the dependencies

pip3 install -r requirements.txt

Running the program

python3 dct.py ./resources/forest.png

Example result

Visual output of the program