Update README.md

This commit is contained in:
viljarb0
2025-10-20 22:03:16 +02:00
committed by GitHub
parent 018507091e
commit b1f9d0d8c1

View File

@@ -1,14 +1,14 @@
# ikt213_project
## requirements
opencv2
pillow
numpy
* opencv2
* pillow
* numpy
## setup (python venv)
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
* python3 -m venv .venv
* source .venv/bin/activate
* pip install -r requirements.txt
## run
python src/Main.py