Skip to content
Snippets Groups Projects
Select Git revision
  • 51277075835f995c3a4c333bfe189dbff49c0bba
  • main default protected
2 results

cours

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